Html Css Color HEX #08184E Sapphire

📋 copy color: '#08184E'

red 8 ◦ green 24 ◦ blue 78

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

Shades of Sapphire #08184E

Tints of Sapphire #08184E

RGB

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

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

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

R = 7.27%
G = 21.82%
B = 70.91%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08184E (or 0x08184E) is known color: Sapphire. HEX triplet: 08, 18 and 4E. RGB value is (8,24,78). Sum of RGB (Red+Green+Blue) = 8+24+78=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #08184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08184E is #F7E7B1. Grayscale: #191919. Windows color (decimal): -16246706 or 5117960. OLE color: 5117960.

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

Color convert

RGB 8 24 78 -
CMYK 0.90 0.69 0 0.69
HSL 226.29º 0.81% 0.17% -
HSV(B) 226.29º 0.9% 0.31% -
XYZ 1.8 1.25 7.35 -
YUV 25.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 8 24 78 0.90 0.69 0 0.69 226.29 0.81 0.17
Hex 8 18 4E 5A 45 0 45 E2 51 11
Octal 10 30 116 132 105 0 105 342 121 21
Binary 1000 11000 1001110 1011010 1000101 0 1000101 11100010 1010001 10001

Color Harmonies of #08184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08184E

Black with #08184E

Text Example


Text Example

White with #08184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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