Html Css Color HEX #05445B Sherpa Blue

📋 copy color: '#05445B'

red 5 ◦ green 68 ◦ blue 91

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

Shades of Sherpa Blue #05445B

Tints of Sherpa Blue #05445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 3.05%
G = 41.46%
B = 55.49%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05445B (or 0x05445B) is known color: Sherpa Blue. HEX triplet: 05, 44 and 5B. RGB value is (5,68,91). Sum of RGB (Red+Green+Blue) = 5+68+91=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #05445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445B is #FABBA4. Grayscale: #333333. Windows color (decimal): -16432037 or 5981189. OLE color: 5981189.

HSL color Cylindrical-coordinate representation of color #05445B: hue angle of 196.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 #05445B is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 68 91 -
CMYK 0.95 0.25 0 0.64
HSL 196.05º 0.9% 0.19% -
HSV(B) 196.05º 0.95% 0.36% -
XYZ 4.02 4.92 10.64 -
YUV 51.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 5 68 91 0.95 0.25 0 0.64 196.05 0.9 0.19
Hex 5 44 5B 5F 19 0 40 C4 5A 13
Octal 5 104 133 137 31 0 100 304 132 23
Binary 101 1000100 1011011 1011111 11001 0 1000000 11000100 1011010 10011

Color Harmonies of #05445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05445B

Black with #05445B

Text Example


Text Example

White with #05445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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