#0D2659

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

Shades of Sapphire #0D2659

Tints of Sapphire #0D2659

Color information

#0D2659 (or 0x0D2659) is unknown color: approx Sapphire. HEX triplet: 0D, 26 and 59. RGB value is (13,38,89). Sum of RGB (Red+Green+Blue) = 13+38+89=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D2659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2659 is #F2D9A6. Grayscale: #242424. Windows color (decimal): -15915431 or 5842445. OLE color: 5842445.

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

Color convert

RGB133889-
CMYK0.850.5700.65
HSL220.26º74.51%20%-
HSV(B)220.26º85.39%34.9%-
XYZ2.662.199.73-
YUV36.34157.72111.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 89 (35.16% from 255) = 63.57%
R=9.29%
G=27.14%
B=63.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1338890.850.5700.65220.2674.5120
HexD26595539041dc4b14
Octal154613112571010133411324
Binary1101100110101100110101011110010100000111011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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