#00084C

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

Shades of Sapphire #00084C

Tints of Sapphire #00084C

Color information

#00084C (or 0x00084C) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 4C. RGB value is (0,8,76). Sum of RGB (Red+Green+Blue) = 0+8+76=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #00084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00084C is #FFF7B3. Grayscale: #0D0D0D. Windows color (decimal): -16775092 or 4982784. OLE color: 4982784.

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

Color convert

RGB0876-
CMYK10.8900.70
HSL233.68º100%14.9%-
HSV(B)233.68º100%29.8%-
XYZ1.390.76.9-
YUV13.36163.35118.47-

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.52%
BLUE value IS 76 (30.08% from 255) = 90.48%
R=0%
G=9.52%
B=90.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal087610.8900.70233.6810014.9
Hex084C6459046ea64f
Octal010114144131010635214417
Binary01000100110011001001011001010001101110101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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