#0D2C54

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

Shades of Sapphire #0D2C54

Tints of Sapphire #0D2C54

Color information

#0D2C54 (or 0x0D2C54) is unknown color: approx Sapphire. HEX triplet: 0D, 2C and 54. RGB value is (13,44,84). Sum of RGB (Red+Green+Blue) = 13+44+84=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D2C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2C54 is #F2D3AB. Grayscale: #272727. Windows color (decimal): -15913900 or 5516301. OLE color: 5516301.

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

Color convert

RGB134484-
CMYK0.850.4800.67
HSL213.8º73.2%19.02%-
HSV(B)213.8º84.52%32.94%-
XYZ2.672.538.73-
YUV39.29153.23109.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=9.22%
G=31.21%
B=59.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1344840.850.4800.67213.873.219.02
HexD2C545530043d64913
Octal155412412560010332611123
Binary1101101100101010010101011100000100001111010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,44,84); }

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

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

 a { background-color: rgb(13,44,84); }

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

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

 span { border-color: rgb(13,44,84); }

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