#0F224E

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

Shades of Sapphire #0F224E

Tints of Sapphire #0F224E

Color information

#0F224E (or 0x0F224E) is unknown color: approx Sapphire. HEX triplet: 0F, 22 and 4E. RGB value is (15,34,78). Sum of RGB (Red+Green+Blue) = 15+34+78=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F224E is #F0DDB1. Grayscale: #212121. Windows color (decimal): -15785394 or 5120527. OLE color: 5120527.

HSL color Cylindrical-coordinate representation of color #0F224E: hue angle of 221.9º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F224E is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB153478-
CMYK0.810.5600.69
HSL221.9º67.74%18.24%-
HSV(B)221.9º80.77%30.59%-
XYZ2.141.87.44-
YUV33.33153.21114.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=11.81%
G=26.77%
B=61.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1534780.810.5600.69221.967.7418.24
HexF224E5138045de4412
Octal174211612170010533610422
Binary1111100010100111010100011110000100010111011110100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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