Html Css Color HEX #08424D Sherpa Blue

📋 copy color: '#08424D'

red 8 ◦ green 66 ◦ blue 77

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

Shades of Sherpa Blue #08424D

Tints of Sherpa Blue #08424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50.99%

R = 5.3%
G = 43.71%
B = 50.99%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08424D (or 0x08424D) is known color: Sherpa Blue. HEX triplet: 08, 42 and 4D. RGB value is (8,66,77). Sum of RGB (Red+Green+Blue) = 8+66+77=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #08424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08424D is #F7BDB2. Grayscale: #313131. Windows color (decimal): -16235955 or 5063176. OLE color: 5063176.

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

Color convert

RGB 8 66 77 -
CMYK 0.90 0.14 0 0.70
HSL 189.57º 0.81% 0.17% -
HSV(B) 189.57º 0.9% 0.3% -
XYZ 3.39 4.48 7.71 -
YUV 49.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 8 66 77 0.90 0.14 0 0.70 189.57 0.81 0.17
Hex 8 42 4D 5A E 0 46 BE 51 11
Octal 10 102 115 132 16 0 106 276 121 21
Binary 1000 1000010 1001101 1011010 1110 0 1000110 10111110 1010001 10001

Color Harmonies of #08424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08424D

Black with #08424D

Text Example


Text Example

White with #08424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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