#08184F

Color #08184F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #08184F

Tints of Sapphire #08184F

Color information

#08184F (or 0x08184F) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 4F. RGB value is (8,24,79). Sum of RGB (Red+Green+Blue) = 8+24+79=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #08184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08184F is #F7E7B0. Grayscale: #191919. Windows color (decimal): -16246705 or 5183496. OLE color: 5183496.

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

Color convert

RGB82479-
CMYK0.900.7000.69
HSL226.48º81.61%17.06%-
HSV(B)226.48º89.87%30.98%-
XYZ1.841.277.55-
YUV25.49158.2115.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=7.21%
G=21.62%
B=71.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal824790.900.7000.69226.4881.6117.06
Hex8184F5A46045e25211
Octal1030117132106010534212221
Binary1000110001001111101101010001100100010111100010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08184F;
 }
 .AnyTagClassName
 {
   color: #08184F;
 }
</style>
background-color css

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

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

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

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

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

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