#0D1757

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

Shades of Sapphire #0D1757

Tints of Sapphire #0D1757

Color information

#0D1757 (or 0x0D1757) is unknown color: approx Sapphire. HEX triplet: 0D, 17 and 57. RGB value is (13,23,87). Sum of RGB (Red+Green+Blue) = 13+23+87=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D1757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1757 is #F2E8A8. Grayscale: #1B1B1B. Windows color (decimal): -15919273 or 5707533. OLE color: 5707533.

HSL color Cylindrical-coordinate representation of color #0D1757: hue angle of 231.89º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1757 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB132387-
CMYK0.850.7400.66
HSL231.89º74%19.61%-
HSV(B)231.89º85.06%34.12%-
XYZ2.191.399.17-
YUV27.31161.69117.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.57%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 87 (34.38% from 255) = 70.73%
R=10.57%
G=18.70%
B=70.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1323870.850.7400.66231.897419.61
HexD1757554A042e84a14
Octal1527127125112010235011224
Binary1101101111010111101010110010100100001011101000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,23,87); }

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

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

 a { background-color: rgb(13,23,87); }

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

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

 span { border-color: rgb(13,23,87); }

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