#0f2270

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

Shades of Sapphire #0F2270

Tints of Sapphire #0F2270

Color information

#0F2270 (or 0x0F2270) is unknown color: approx Sapphire. HEX triplet: 0F, 22 and 70. RGB value is (15,34,112). Sum of RGB (Red+Green+Blue) = 15+34+112=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F2270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2270 is #F0DD8F. Grayscale: #242424. Windows color (decimal): -15785360 or 7348751. OLE color: 7348751.

HSL color Cylindrical-coordinate representation of color #0F2270: hue angle of 228.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2270 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1534112-
CMYK0.870.7000.56
HSL228.25º76.38%24.9%-
HSV(B)228.25º86.61%43.92%-
XYZ3.692.4215.6-
YUV37.21170.21112.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.32%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=9.32%
G=21.12%
B=69.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15341120.870.7000.56228.2576.3824.9
HexF22705746038e44c19
Octal174216012710607034411431
Binary1111100010111000010101111000110011100011100100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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