#0F2867

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

Shades of Sapphire #0F2867

Tints of Sapphire #0F2867

Color information

#0F2867 (or 0x0F2867) is unknown color: approx Sapphire. HEX triplet: 0F, 28 and 67. RGB value is (15,40,103). Sum of RGB (Red+Green+Blue) = 15+40+103=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F2867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2867 is #F0D798. Grayscale: #272727. Windows color (decimal): -15783833 or 6760463. OLE color: 6760463.

HSL color Cylindrical-coordinate representation of color #0F2867: hue angle of 222.95º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F2867 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1540103-
CMYK0.850.6100.60
HSL222.95º74.58%23.14%-
HSV(B)222.95º85.44%40.39%-
XYZ3.42.613.15-
YUV39.71163.72110.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 103 (40.62% from 255) = 65.19%
R=9.49%
G=25.32%
B=65.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15401030.850.6100.60222.9574.5823.14
HexF2867553D03Cdf4b17
Octal17501471257507433711327
Binary111110100011001111010101111101011110011011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,103); }

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

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

 a { background-color: rgb(15,40,103); }

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

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

 span { border-color: rgb(15,40,103); }

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