Html Css Color HEX #08414C Sherpa Blue

📋 copy color: '#08414C'

red 8 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #08414C

Tints of Sherpa Blue #08414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 76 (30.08% from 255) = 51.01%

R = 5.37%
G = 43.62%
B = 51.01%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08414C (or 0x08414C) is known color: Sherpa Blue. HEX triplet: 08, 41 and 4C. RGB value is (8,65,76). Sum of RGB (Red+Green+Blue) = 8+65+76=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #08414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08414C is #F7BEB3. Grayscale: #313131. Windows color (decimal): -16236212 or 4997384. OLE color: 4997384.

HSL color Cylindrical-coordinate representation of color #08414C: hue angle of 189.71º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08414C is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 65 76 -
CMYK 0.89 0.14 0 0.70
HSL 189.71º 0.81% 0.16% -
HSV(B) 189.71º 0.89% 0.3% -
XYZ 3.29 4.35 7.5 -
YUV 49.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 8 65 76 0.89 0.14 0 0.70 189.71 0.81 0.16
Hex 8 41 4C 59 E 0 46 BE 51 10
Octal 10 101 114 131 16 0 106 276 121 20
Binary 1000 1000001 1001100 1011001 1110 0 1000110 10111110 1010001 10000

Color Harmonies of #08414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08414C

Black with #08414C

Text Example


Text Example

White with #08414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08414C; }

 p { color: rgb(8,65,76); }

 H1.HeaderClassName
 {
   color: #08414C;
 }
 .AnyTagClassName
 {
   color: #08414C;
 }
</style>

background-color css

<style>
 a { background-color: #08414C; }

 a { background-color: rgb(8,65,76); }

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

border-color css

<style>
 span { border-color: #08414C; }

 span { border-color: rgb(8,65,76); }

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