#08184A

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

Shades of Sapphire #08184A

Tints of Sapphire #08184A

Color information

#08184A (or 0x08184A) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 4A. RGB value is (8,24,74). Sum of RGB (Red+Green+Blue) = 8+24+74=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #08184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08184A is #F7E7B5. Grayscale: #181818. Windows color (decimal): -16246710 or 4855816. OLE color: 4855816.

HSL color Cylindrical-coordinate representation of color #08184A: hue angle of 225.45º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08184A is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB82474-
CMYK0.890.6800.71
HSL225.45º80.49%16.08%-
HSV(B)225.45º89.19%29.02%-
XYZ1.661.26.62-
YUV24.92155.7115.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 74 (29.30% from 255) = 69.81%
R=7.55%
G=22.64%
B=69.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal824740.890.6800.71225.4580.4916.08
Hex8184A5944047e15010
Octal1030112131104010734112020
Binary1000110001001010101100110001000100011111100001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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