#000F66

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

Shades of Sapphire #000F66

Tints of Sapphire #000F66

Color information

#000F66 (or 0x000F66) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 66. RGB value is (0,15,102). Sum of RGB (Red+Green+Blue) = 0+15+102=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 102 (40.23% from 255 or 87.18% from 117); Max value from RGB is 102 - color contains mainly: blue. Hex color #000F66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F66 is #FFF099. Grayscale: #141414. Windows color (decimal): -16773274 or 6688512. OLE color: 6688512.

HSL color Cylindrical-coordinate representation of color #000F66: hue angle of 231.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F66 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB015102-
CMYK10.8500.6
HSL231.18º100%20%-
HSV(B)231.18º100%40%-
XYZ2.571.312.69-
YUV20.43174.03113.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 102 (40.23% from 255) = 87.18%
R=0%
G=12.82%
B=87.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal01510210.8500.6231.1810020
Hex0F66645503Ce76414
Octal01714614412507434714424
Binary01111110011011001001010101011110011100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F66; }

 p { color: rgb(0,15,102); }

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

<style>
 a { background-color: #000F66; }

 a { background-color: rgb(0,15,102); }

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

<style>
 span { border-color: #000F66; }

 span { border-color: rgb(0,15,102); }

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