#0D2463

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

Shades of Sapphire #0D2463

Tints of Sapphire #0D2463

Color information

#0D2463 (or 0x0D2463) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 63. RGB value is (13,36,99). Sum of RGB (Red+Green+Blue) = 13+36+99=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D2463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2463 is #F2DB9C. Grayscale: #242424. Windows color (decimal): -15915933 or 6497293. OLE color: 6497293.

HSL color Cylindrical-coordinate representation of color #0D2463: hue angle of 223.95º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2463 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB133699-
CMYK0.870.6400.61
HSL223.95º76.79%21.96%-
HSV(B)223.95º86.87%38.82%-
XYZ3.052.2512.08-
YUV36.3163.38111.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 99 (39.06% from 255) = 66.89%
R=8.78%
G=24.32%
B=66.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1336990.870.6400.61223.9576.7921.96
HexD2463574003De04d16
Octal154414312710007534011526
Binary1101100100110001110101111000000011110111100000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,99); }

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

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

 a { background-color: rgb(13,36,99); }

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

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

 span { border-color: rgb(13,36,99); }

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