Html Css Color HEX #08424E Sherpa Blue

📋 copy color: '#08424E'

red 8 ◦ green 66 ◦ blue 78

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

Shades of Sherpa Blue #08424E

Tints of Sherpa Blue #08424E

RGB

 RED value IS 8 (3.52% from 255) = 5.26%

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 5.26%
G = 43.42%
B = 51.32%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08424E (or 0x08424E) is known color: Sherpa Blue. HEX triplet: 08, 42 and 4E. RGB value is (8,66,78). Sum of RGB (Red+Green+Blue) = 8+66+78=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #08424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08424E is #F7BDB1. Grayscale: #313131. Windows color (decimal): -16235954 or 5128712. OLE color: 5128712.

HSL color Cylindrical-coordinate representation of color #08424E: hue angle of 190.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08424E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 66 78 -
CMYK 0.90 0.15 0 0.69
HSL 190.29º 0.81% 0.17% -
HSV(B) 190.29º 0.9% 0.31% -
XYZ 3.42 4.5 7.9 -
YUV 50.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 8 66 78 0.90 0.15 0 0.69 190.29 0.81 0.17
Hex 8 42 4E 5A F 0 45 BE 51 11
Octal 10 102 116 132 17 0 105 276 121 21
Binary 1000 1000010 1001110 1011010 1111 0 1000101 10111110 1010001 10001

Color Harmonies of #08424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08424E

Black with #08424E

Text Example


Text Example

White with #08424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08424E; }

 p { color: rgb(8,66,78); }

 H1.HeaderClassName
 {
   color: #08424E;
 }
 .AnyTagClassName
 {
   color: #08424E;
 }
</style>

background-color css

<style>
 a { background-color: #08424E; }

 a { background-color: rgb(8,66,78); }

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

border-color css

<style>
 span { border-color: #08424E; }

 span { border-color: rgb(8,66,78); }

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