#00095F

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

Shades of Sapphire #00095F

Tints of Sapphire #00095F

Color information

#00095F (or 0x00095F) is unknown color: approx Sapphire. HEX triplet: 00, 09 and 5F. RGB value is (0,9,95). Sum of RGB (Red+Green+Blue) = 0+9+95=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #00095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00095F is #FFF6A0. Grayscale: #0F0F0F. Windows color (decimal): -16774817 or 6228224. OLE color: 6228224.

HSL color Cylindrical-coordinate representation of color #00095F: hue angle of 234.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00095F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB0995-
CMYK10.9100.63
HSL234.32º100%18.63%-
HSV(B)234.32º100%37.25%-
XYZ2.161.0210.91-
YUV16.11172.52116.51-

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) = 8.65%
BLUE value IS 95 (37.5% from 255) = 91.35%
R=0%
G=8.65%
B=91.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal099510.9100.63234.3210018.63
Hex095F645B03Fea6413
Octal01113714413307735214423
Binary01001101111111001001011011011111111101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00095F; }

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

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

<style>
 a { background-color: #00095F; }

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

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

<style>
 span { border-color: #00095F; }

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

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