#0f2f68

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

Shades of Sapphire #0F2F68

Tints of Sapphire #0F2F68

Color information

#0F2F68 (or 0x0F2F68) is unknown color: approx Sapphire. HEX triplet: 0F, 2F and 68. RGB value is (15,47,104). Sum of RGB (Red+Green+Blue) = 15+47+104=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F2F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2F68 is #F0D097. Grayscale: #2B2B2B. Windows color (decimal): -15782040 or 6827791. OLE color: 6827791.

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

Color convert

RGB1547104-
CMYK0.860.5500.59
HSL218.43º74.79%23.33%-
HSV(B)218.43º85.58%40.78%-
XYZ3.713.1313.51-
YUV43.93161.9107.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 104 (41.02% from 255) = 62.65%
R=9.04%
G=28.31%
B=62.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15471040.860.5500.59218.4374.7923.33
HexF2F68563703Bda4b17
Octal17571501266707333211327
Binary111110111111010001010110110111011101111011010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f2f68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f2f68; }

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

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

<style>
 a { background-color: #0f2f68; }

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

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

<style>
 span { border-color: #0f2f68; }

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

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