#0D295C

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

Shades of Sapphire #0D295C

Tints of Sapphire #0D295C

Color information

#0D295C (or 0x0D295C) is unknown color: approx Sapphire. HEX triplet: 0D, 29 and 5C. RGB value is (13,41,92). Sum of RGB (Red+Green+Blue) = 13+41+92=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D295C is #F2D6A3. Grayscale: #262626. Windows color (decimal): -15914660 or 6039821. OLE color: 6039821.

HSL color Cylindrical-coordinate representation of color #0D295C: hue angle of 218.73º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D295C is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB134192-
CMYK0.860.5500.64
HSL218.73º75.24%20.59%-
HSV(B)218.73º85.87%36.08%-
XYZ2.892.4410.44-
YUV38.44158.22109.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.90%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=8.90%
G=28.08%
B=63.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1341920.860.5500.64218.7375.2420.59
HexD295C5637040db4b15
Octal155113412667010033311325
Binary1101101001101110010101101101110100000011011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,41,92); }

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

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

 a { background-color: rgb(13,41,92); }

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

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

 span { border-color: rgb(13,41,92); }

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