#0F236E

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

Shades of Sapphire #0F236E

Tints of Sapphire #0F236E

Color information

#0F236E (or 0x0F236E) is unknown color: approx Sapphire. HEX triplet: 0F, 23 and 6E. RGB value is (15,35,110). Sum of RGB (Red+Green+Blue) = 15+35+110=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F236E is #F0DC91. Grayscale: #252525. Windows color (decimal): -15785106 or 7217935. OLE color: 7217935.

HSL color Cylindrical-coordinate representation of color #0F236E: hue angle of 227.37º 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 #0F236E is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1535110-
CMYK0.860.6800.57
HSL227.37º76%24.51%-
HSV(B)227.37º86.36%43.14%-
XYZ3.612.4315.03-
YUV37.57168.87111.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.38%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 110 (43.36% from 255) = 68.75%
R=9.38%
G=21.88%
B=68.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15351100.860.6800.57227.377624.51
HexF236E5644039e34c19
Octal174315612610407134311431
Binary1111100011110111010101101000100011100111100011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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