Html Css Color HEX #08424B Sherpa Blue

📋 copy color: '#08424B'

red 8 ◦ green 66 ◦ blue 75

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

Shades of Sherpa Blue #08424B

Tints of Sherpa Blue #08424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 5.37%
G = 44.3%
B = 50.34%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08424B (or 0x08424B) is known color: Sherpa Blue. HEX triplet: 08, 42 and 4B. RGB value is (8,66,75). Sum of RGB (Red+Green+Blue) = 8+66+75=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #08424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08424B is #F7BDB4. Grayscale: #313131. Windows color (decimal): -16235957 or 4932104. OLE color: 4932104.

HSL color Cylindrical-coordinate representation of color #08424B: hue angle of 188.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08424B is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 66 75 -
CMYK 0.89 0.12 0 0.71
HSL 188.06º 0.81% 0.16% -
HSV(B) 188.06º 0.89% 0.29% -
XYZ 3.32 4.46 7.34 -
YUV 49.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 8 66 75 0.89 0.12 0 0.71 188.06 0.81 0.16
Hex 8 42 4B 59 C 0 47 BC 51 10
Octal 10 102 113 131 14 0 107 274 121 20
Binary 1000 1000010 1001011 1011001 1100 0 1000111 10111100 1010001 10000

Color Harmonies of #08424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08424B

Black with #08424B

Text Example


Text Example

White with #08424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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