#0F246E

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

Shades of Sapphire #0F246E

Tints of Sapphire #0F246E

Color information

#0F246E (or 0x0F246E) is unknown color: approx Sapphire. HEX triplet: 0F, 24 and 6E. RGB value is (15,36,110). Sum of RGB (Red+Green+Blue) = 15+36+110=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F246E is #F0DB91. Grayscale: #252525. Windows color (decimal): -15784850 or 7218191. OLE color: 7218191.

HSL color Cylindrical-coordinate representation of color #0F246E: hue angle of 226.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F246E is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1536110-
CMYK0.860.6700.57
HSL226.74º76%24.51%-
HSV(B)226.74º86.36%43.14%-
XYZ3.642.4915.04-
YUV38.16168.54111.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.32%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=9.32%
G=22.36%
B=68.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15361100.860.6700.57226.747624.51
HexF246E5643039e34c19
Octal174415612610307134311431
Binary1111100100110111010101101000011011100111100011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,110); }

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

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

 a { background-color: rgb(15,36,110); }

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

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

 span { border-color: rgb(15,36,110); }

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