#0D1F50

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

Shades of Sapphire #0D1F50

Tints of Sapphire #0D1F50

Color information

#0D1F50 (or 0x0D1F50) is unknown color: approx Sapphire. HEX triplet: 0D, 1F and 50. RGB value is (13,31,80). Sum of RGB (Red+Green+Blue) = 13+31+80=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F50 is #F2E0AF. Grayscale: #1E1E1E. Windows color (decimal): -15917232 or 5250829. OLE color: 5250829.

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

Color convert

RGB133180-
CMYK0.840.6100.69
HSL223.88º72.04%18.24%-
HSV(B)223.88º83.75%31.37%-
XYZ2.11.647.8-
YUV31.2155.54115.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=10.48%
G=25%
B=64.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1331800.840.6100.69223.8872.0418.24
HexD1F50543D045e04812
Octal153712012475010534011022
Binary110111111101000010101001111010100010111100000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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