#0D2559

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

Shades of Sapphire #0D2559

Tints of Sapphire #0D2559

Color information

#0D2559 (or 0x0D2559) is unknown color: approx Sapphire. HEX triplet: 0D, 25 and 59. RGB value is (13,37,89). Sum of RGB (Red+Green+Blue) = 13+37+89=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D2559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2559 is #F2DAA6. Grayscale: #232323. Windows color (decimal): -15915687 or 5842189. OLE color: 5842189.

HSL color Cylindrical-coordinate representation of color #0D2559: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D2559 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB133789-
CMYK0.850.5800.65
HSL221.05º74.51%20%-
HSV(B)221.05º85.39%34.9%-
XYZ2.632.139.72-
YUV35.75158.05111.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.35%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=9.35%
G=26.62%
B=64.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1337890.850.5800.65221.0574.5120
HexD2559553A041dd4b14
Octal154513112572010133511324
Binary1101100101101100110101011110100100000111011101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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