Html Css Color HEX #08186E Sapphire

📋 copy color: '#08186E'

red 8 ◦ green 24 ◦ blue 110

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

Shades of Sapphire #08186E

Tints of Sapphire #08186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 5.63%
G = 16.9%
B = 77.46%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08186E (or 0x08186E) is known color: Sapphire. HEX triplet: 08, 18 and 6E. RGB value is (8,24,110). Sum of RGB (Red+Green+Blue) = 8+24+110=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #08186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08186E is #F7E791. Grayscale: #1C1C1C. Windows color (decimal): -16246674 or 7215112. OLE color: 7215112.

HSL color Cylindrical-coordinate representation of color #08186E: hue angle of 230.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08186E is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 24 110 -
CMYK 0.93 0.78 0 0.57
HSL 230.59º 0.86% 0.23% -
HSV(B) 230.59º 0.93% 0.43% -
XYZ 3.24 1.83 14.93 -
YUV 29.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 8 24 110 0.93 0.78 0 0.57 230.59 0.86 0.23
Hex 8 18 6E 5D 4E 0 39 E7 56 17
Octal 10 30 156 135 116 0 71 347 126 27
Binary 1000 11000 1101110 1011101 1001110 0 111001 11100111 1010110 10111

Color Harmonies of #08186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08186E

Black with #08186E

Text Example


Text Example

White with #08186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,24,110); }

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

background-color css

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

 a { background-color: rgb(8,24,110); }

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

border-color css

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

 span { border-color: rgb(8,24,110); }

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