Html Css Color HEX #08404B Sherpa Blue

📋 copy color: '#08404B'

red 8 ◦ green 64 ◦ blue 75

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

Shades of Sherpa Blue #08404B

Tints of Sherpa Blue #08404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

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

R = 5.44%
G = 43.54%
B = 51.02%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08404B (or 0x08404B) is known color: Sherpa Blue. HEX triplet: 08, 40 and 4B. RGB value is (8,64,75). Sum of RGB (Red+Green+Blue) = 8+64+75=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #08404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08404B is #F7BFB4. Grayscale: #303030. Windows color (decimal): -16236469 or 4931592. OLE color: 4931592.

HSL color Cylindrical-coordinate representation of color #08404B: hue angle of 189.85º 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 #08404B is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 64 75 -
CMYK 0.89 0.15 0 0.71
HSL 189.85º 0.81% 0.16% -
HSV(B) 189.85º 0.89% 0.29% -
XYZ 3.2 4.23 7.3 -
YUV 48.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 8 64 75 0.89 0.15 0 0.71 189.85 0.81 0.16
Hex 8 40 4B 59 F 0 47 BE 51 10
Octal 10 100 113 131 17 0 107 276 121 20
Binary 1000 1000000 1001011 1011001 1111 0 1000111 10111110 1010001 10000

Color Harmonies of #08404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08404B

Black with #08404B

Text Example


Text Example

White with #08404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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