Html Css Color HEX #05445D Sherpa Blue

📋 copy color: '#05445D'

red 5 ◦ green 68 ◦ blue 93

#05445D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #05445D

Tints of Sherpa Blue #05445D

RGB

 RED value IS 5 (2.34% from 255) = 3.01%

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 3.01%
G = 40.96%
B = 56.02%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05445D (or 0x05445D) is known color: Sherpa Blue. HEX triplet: 05, 44 and 5D. RGB value is (5,68,93). Sum of RGB (Red+Green+Blue) = 5+68+93=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #05445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445D is #FABBA2. Grayscale: #333333. Windows color (decimal): -16432035 or 6112261. OLE color: 6112261.

HSL color Cylindrical-coordinate representation of color #05445D: hue angle of 197.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05445D is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 68 93 -
CMYK 0.95 0.27 0 0.64
HSL 197.05º 0.9% 0.19% -
HSV(B) 197.05º 0.95% 0.36% -
XYZ 4.11 4.96 11.1 -
YUV 52.01 151.13 94.47 -
System Red Green Blue C M Y K H S L
Decimal 5 68 93 0.95 0.27 0 0.64 197.05 0.9 0.19
Hex 5 44 5D 5F 1B 0 40 C5 5A 13
Octal 5 104 135 137 33 0 100 305 132 23
Binary 101 1000100 1011101 1011111 11011 0 1000000 11000101 1011010 10011

Color Harmonies of #05445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05445D

Black with #05445D

Text Example


Text Example

White with #05445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05445D; }

 p { color: rgb(5,68,93); }

 H1.HeaderClassName
 {
   color: #05445D;
 }
 .AnyTagClassName
 {
   color: #05445D;
 }
</style>

background-color css

<style>
 a { background-color: #05445D; }

 a { background-color: rgb(5,68,93); }

 div.DivClassName
 {
   background-color: #05445D;
 }
 .BgClassName
 {
   background-color: #05445D;
 }
</style>

border-color css

<style>
 span { border-color: #05445D; }

 span { border-color: rgb(5,68,93); }

 td.TdClassName
 {
   border-color: #05445D;
 }
 .TagClassName
 {
   border-color: #05445D;
 }
</style>