#0D2450

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

Shades of Sapphire #0D2450

Tints of Sapphire #0D2450

Color information

#0D2450 (or 0x0D2450) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 50. RGB value is (13,36,80). Sum of RGB (Red+Green+Blue) = 13+36+80=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2450 is #F2DBAF. Grayscale: #212121. Windows color (decimal): -15915952 or 5252109. OLE color: 5252109.

HSL color Cylindrical-coordinate representation of color #0D2450: hue angle of 219.4º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2450 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB133680-
CMYK0.840.5500.69
HSL219.4º72.04%18.24%-
HSV(B)219.4º83.75%31.37%-
XYZ2.241.937.84-
YUV34.14153.88112.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=10.08%
G=27.91%
B=62.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1336800.840.5500.69219.472.0418.24
HexD24505437045db4812
Octal154412012467010533311022
Binary1101100100101000010101001101110100010111011011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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