#0D2453

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

Shades of Sapphire #0D2453

Tints of Sapphire #0D2453

Color information

#0D2453 (or 0x0D2453) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 53. RGB value is (13,36,83). Sum of RGB (Red+Green+Blue) = 13+36+83=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D2453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2453 is #F2DBAC. Grayscale: #222222. Windows color (decimal): -15915949 or 5448717. OLE color: 5448717.

HSL color Cylindrical-coordinate representation of color #0D2453: hue angle of 220.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2453 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB133683-
CMYK0.840.5700.67
HSL220.29º72.92%18.82%-
HSV(B)220.29º84.34%32.55%-
XYZ2.361.978.44-
YUV34.48155.38112.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=9.85%
G=27.27%
B=62.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1336830.840.5700.67220.2972.9218.82
HexD24535439043dc4913
Octal154412312471010333411123
Binary1101100100101001110101001110010100001111011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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