#00084D

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

Shades of Sapphire #00084D

Tints of Sapphire #00084D

Color information

#00084D (or 0x00084D) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 4D. RGB value is (0,8,77). Sum of RGB (Red+Green+Blue) = 0+8+77=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 77 (30.47% from 255 or 90.59% from 85); Max value from RGB is 77 - color contains mainly: blue. Hex color #00084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00084D is #FFF7B2. Grayscale: #0D0D0D. Windows color (decimal): -16775091 or 5048320. OLE color: 5048320.

HSL color Cylindrical-coordinate representation of color #00084D: hue angle of 233.77º 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 #00084D is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB0877-
CMYK10.9000.70
HSL233.77º100%15.1%-
HSV(B)233.77º100%30.2%-
XYZ1.430.717.08-
YUV13.47163.85118.39-

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.41%
BLUE value IS 77 (30.47% from 255) = 90.59%
R=0%
G=9.41%
B=90.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal087710.9000.70233.7710015.1
Hex084D645A046ea64f
Octal010115144132010635214417
Binary01000100110111001001011010010001101110101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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