#0D2556

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

Shades of Sapphire #0D2556

Tints of Sapphire #0D2556

Color information

#0D2556 (or 0x0D2556) is unknown color: approx Sapphire. HEX triplet: 0D, 25 and 56. RGB value is (13,37,86). Sum of RGB (Red+Green+Blue) = 13+37+86=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D2556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2556 is #F2DAA9. Grayscale: #232323. Windows color (decimal): -15915690 or 5645581. OLE color: 5645581.

HSL color Cylindrical-coordinate representation of color #0D2556: hue angle of 220.27º 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 #0D2556 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB133786-
CMYK0.850.5700.66
HSL220.27º73.74%19.41%-
HSV(B)220.27º84.88%33.73%-
XYZ2.512.089.07-
YUV35.41156.55112.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.56%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=9.56%
G=27.21%
B=63.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1337860.850.5700.66220.2773.7419.41
HexD25565539042dc4a13
Octal154512612571010233411223
Binary1101100101101011010101011110010100001011011100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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