#0D2950

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

Shades of Sapphire #0D2950

Tints of Sapphire #0D2950

Color information

#0D2950 (or 0x0D2950) is unknown color: approx Sapphire. HEX triplet: 0D, 29 and 50. RGB value is (13,41,80). Sum of RGB (Red+Green+Blue) = 13+41+80=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2950 is #F2D6AF. Grayscale: #242424. Windows color (decimal): -15914672 or 5253389. OLE color: 5253389.

HSL color Cylindrical-coordinate representation of color #0D2950: hue angle of 214.93º 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 #0D2950 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB134180-
CMYK0.840.4900.69
HSL214.93º72.04%18.24%-
HSV(B)214.93º83.75%31.37%-
XYZ2.412.257.9-
YUV37.07152.22110.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.70%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=9.70%
G=30.60%
B=59.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1341800.840.4900.69214.9372.0418.24
HexD29505431045d74812
Octal155112012461010532711022
Binary1101101001101000010101001100010100010111010111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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