#00084A

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

Shades of Sapphire #00084A

Tints of Sapphire #00084A

Color information

#00084A (or 0x00084A) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 4A. RGB value is (0,8,74). Sum of RGB (Red+Green+Blue) = 0+8+74=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 74 (29.30% from 255 or 90.24% from 82); Max value from RGB is 74 - color contains mainly: blue. Hex color #00084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00084A is #FFF7B5. Grayscale: #0C0C0C. Windows color (decimal): -16775094 or 4851712. OLE color: 4851712.

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

Color convert

RGB0874-
CMYK10.8900.71
HSL233.51º100%14.51%-
HSV(B)233.51º100%29.02%-
XYZ1.320.676.54-
YUV13.13162.35118.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 74 (29.30% from 255) = 90.24%
R=0%
G=9.76%
B=90.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal087410.8900.71233.5110014.51
Hex084A6459047ea64f
Octal010112144131010735214417
Binary01000100101011001001011001010001111110101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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