Html Css Color HEX #08414E Sherpa Blue

📋 copy color: '#08414E'

red 8 ◦ green 65 ◦ blue 78

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

Shades of Sherpa Blue #08414E

Tints of Sherpa Blue #08414E

RGB

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

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

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

R = 5.3%
G = 43.05%
B = 51.66%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08414E (or 0x08414E) is known color: Sherpa Blue. HEX triplet: 08, 41 and 4E. RGB value is (8,65,78). Sum of RGB (Red+Green+Blue) = 8+65+78=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #08414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08414E is #F7BEB1. Grayscale: #313131. Windows color (decimal): -16236210 or 5128456. OLE color: 5128456.

HSL color Cylindrical-coordinate representation of color #08414E: hue angle of 191.14º 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 #08414E is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 65 78 -
CMYK 0.90 0.17 0 0.69
HSL 191.14º 0.81% 0.17% -
HSV(B) 191.14º 0.9% 0.31% -
XYZ 3.37 4.38 7.88 -
YUV 49.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 8 65 78 0.90 0.17 0 0.69 191.14 0.81 0.17
Hex 8 41 4E 5A 11 0 45 BF 51 11
Octal 10 101 116 132 21 0 105 277 121 21
Binary 1000 1000001 1001110 1011010 10001 0 1000101 10111111 1010001 10001

Color Harmonies of #08414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08414E

Black with #08414E

Text Example


Text Example

White with #08414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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