#0D1A50

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

Shades of Sapphire #0D1A50

Tints of Sapphire #0D1A50

Color information

#0D1A50 (or 0x0D1A50) is unknown color: approx Sapphire. HEX triplet: 0D, 1A and 50. RGB value is (13,26,80). Sum of RGB (Red+Green+Blue) = 13+26+80=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1A50 is #F2E5AF. Grayscale: #1C1C1C. Windows color (decimal): -15918512 or 5249549. OLE color: 5249549.

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

Color convert

RGB132680-
CMYK0.840.6700.69
HSL228.36º72.04%18.24%-
HSV(B)228.36º83.75%31.37%-
XYZ1.981.47.76-
YUV28.27157.19117.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.92%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=10.92%
G=21.85%
B=67.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1326800.840.6700.69228.3672.0418.24
HexD1A505443045e44812
Octal1532120124103010534411022
Binary1101110101010000101010010000110100010111100100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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