#0D1F55

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

Shades of Sapphire #0D1F55

Tints of Sapphire #0D1F55

Color information

#0D1F55 (or 0x0D1F55) is unknown color: approx Sapphire. HEX triplet: 0D, 1F and 55. RGB value is (13,31,85). Sum of RGB (Red+Green+Blue) = 13+31+85=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D1F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F55 is #F2E0AA. Grayscale: #1F1F1F. Windows color (decimal): -15917227 or 5578509. OLE color: 5578509.

HSL color Cylindrical-coordinate representation of color #0D1F55: hue angle of 225º 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 #0D1F55 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB133185-
CMYK0.850.6400.67
HSL225º73.47%19.22%-
HSV(B)225º84.71%33.33%-
XYZ2.31.728.81-
YUV31.77158.04114.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 85 (33.59% from 255) = 65.89%
R=10.08%
G=24.03%
B=65.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1331850.850.6400.6722573.4719.22
HexD1F555540043e14913
Octal1537125125100010334111123
Binary1101111111010101101010110000000100001111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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