#0D2256

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

Shades of Sapphire #0D2256

Tints of Sapphire #0D2256

Color information

#0D2256 (or 0x0D2256) is unknown color: approx Sapphire. HEX triplet: 0D, 22 and 56. RGB value is (13,34,86). Sum of RGB (Red+Green+Blue) = 13+34+86=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D2256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2256 is #F2DDA9. Grayscale: #212121. Windows color (decimal): -15916458 or 5644813. OLE color: 5644813.

HSL color Cylindrical-coordinate representation of color #0D2256: hue angle of 222.74º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2256 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB133486-
CMYK0.850.6000.66
HSL222.74º73.74%19.41%-
HSV(B)222.74º84.88%33.73%-
XYZ2.421.99.04-
YUV33.65157.54113.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 86 (33.98% from 255) = 64.66%
R=9.77%
G=25.56%
B=64.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1334860.850.6000.66222.7473.7419.41
HexD2256553C042df4a13
Octal154212612574010233711223
Binary1101100010101011010101011111000100001011011111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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