#000F68

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

Shades of Sapphire #000F68

Tints of Sapphire #000F68

Color information

#000F68 (or 0x000F68) is unknown color: approx Sapphire. HEX triplet: 00, 0F and 68. RGB value is (0,15,104). Sum of RGB (Red+Green+Blue) = 0+15+104=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #000F68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F68 is #FFF097. Grayscale: #141414. Windows color (decimal): -16773272 or 6819584. OLE color: 6819584.

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

Color convert

RGB015104-
CMYK10.8600.59
HSL231.35º100%20.39%-
HSV(B)231.35º100%40.78%-
XYZ2.671.3413.21-
YUV20.66175.03113.26-

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.61%
BLUE value IS 104 (41.02% from 255) = 87.39%
R=0%
G=12.61%
B=87.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal01510410.8600.59231.3510020.39
Hex0F68645603Be76414
Octal01715014412607334714424
Binary01111110100011001001010110011101111100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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