#0D2351

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

Shades of Sapphire #0D2351

Tints of Sapphire #0D2351

Color information

#0D2351 (or 0x0D2351) is unknown color: approx Sapphire. HEX triplet: 0D, 23 and 51. RGB value is (13,35,81). Sum of RGB (Red+Green+Blue) = 13+35+81=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D2351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2351 is #F2DCAE. Grayscale: #212121. Windows color (decimal): -15916207 or 5317389. OLE color: 5317389.

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

Color convert

RGB133581-
CMYK0.840.5700.68
HSL220.59º72.34%18.43%-
HSV(B)220.59º83.95%31.76%-
XYZ2.251.888.03-
YUV33.67154.71113.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 81 (32.03% from 255) = 62.79%
R=10.08%
G=27.13%
B=62.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1335810.840.5700.68220.5972.3418.43
HexD23515439044dd4812
Octal154312112471010433511022
Binary1101100011101000110101001110010100010011011101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,81); }

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

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

 a { background-color: rgb(13,35,81); }

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

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

 span { border-color: rgb(13,35,81); }

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