#0F2269

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

Shades of Sapphire #0F2269

Tints of Sapphire #0F2269

Color information

#0F2269 (or 0x0F2269) is unknown color: approx Sapphire. HEX triplet: 0F, 22 and 69. RGB value is (15,34,105). Sum of RGB (Red+Green+Blue) = 15+34+105=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F2269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2269 is #F0DD96. Grayscale: #242424. Windows color (decimal): -15785367 or 6889999. OLE color: 6889999.

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

Color convert

RGB1534105-
CMYK0.860.6800.59
HSL227.33º75%23.53%-
HSV(B)227.33º85.71%41.18%-
XYZ3.322.2713.63-
YUV36.41166.71112.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.74%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 105 (41.41% from 255) = 68.18%
R=9.74%
G=22.08%
B=68.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15341050.860.6800.59227.337523.53
HexF2269564403Be34b18
Octal174215112610407334311330
Binary1111100010110100110101101000100011101111100011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,34,105); }

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

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

 a { background-color: rgb(15,34,105); }

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

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

 span { border-color: rgb(15,34,105); }

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