#0D224F

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

Shades of Sapphire #0D224F

Tints of Sapphire #0D224F

Color information

#0D224F (or 0x0D224F) is unknown color: approx Sapphire. HEX triplet: 0D, 22 and 4F. RGB value is (13,34,79). Sum of RGB (Red+Green+Blue) = 13+34+79=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D224F is #F2DDB0. Grayscale: #202020. Windows color (decimal): -15916465 or 5186061. OLE color: 5186061.

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

Color convert

RGB133479-
CMYK0.840.5700.69
HSL220.91º71.74%18.04%-
HSV(B)220.91º83.54%30.98%-
XYZ2.151.797.63-
YUV32.85154.04113.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=10.32%
G=26.98%
B=62.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1334790.840.5700.69220.9171.7418.04
HexD224F5439045dd4812
Octal154211712471010533511022
Binary1101100010100111110101001110010100010111011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,79); }

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

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

 a { background-color: rgb(13,34,79); }

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

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

 span { border-color: rgb(13,34,79); }

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