#00094C

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

Shades of Sapphire #00094C

Tints of Sapphire #00094C

Color information

#00094C (or 0x00094C) is unknown color: approx Sapphire. HEX triplet: 00, 09 and 4C. RGB value is (0,9,76). Sum of RGB (Red+Green+Blue) = 0+9+76=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #00094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00094C is #FFF6B3. Grayscale: #0D0D0D. Windows color (decimal): -16774836 or 4983040. OLE color: 4983040.

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

Color convert

RGB0976-
CMYK10.8800.70
HSL232.89º100%14.9%-
HSV(B)232.89º100%29.8%-
XYZ1.40.726.9-
YUV13.95163.02118.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 76 (30.08% from 255) = 89.41%
R=0%
G=10.59%
B=89.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal097610.8800.70232.8910014.9
Hex094C6458046e964f
Octal011114144130010635114417
Binary01001100110011001001011000010001101110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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