#00084E

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

Shades of Sapphire #00084E

Tints of Sapphire #00084E

Color information

#00084E (or 0x00084E) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 4E. RGB value is (0,8,78). Sum of RGB (Red+Green+Blue) = 0+8+78=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 78 (30.86% from 255 or 90.70% from 86); Max value from RGB is 78 - color contains mainly: blue. Hex color #00084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00084E is #FFF7B1. Grayscale: #0D0D0D. Windows color (decimal): -16775090 or 5113856. OLE color: 5113856.

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

Color convert

RGB0878-
CMYK10.9000.69
HSL233.85º100%15.29%-
HSV(B)233.85º100%30.59%-
XYZ1.460.727.27-
YUV13.59164.35118.31-

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.30%
BLUE value IS 78 (30.86% from 255) = 90.70%
R=0%
G=9.30%
B=90.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal087810.9000.69233.8510015.29
Hex084E645A045ea64f
Octal010116144132010535214417
Binary01000100111011001001011010010001011110101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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