#0D1A61

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

Shades of Sapphire #0D1A61

Tints of Sapphire #0D1A61

Color information

#0D1A61 (or 0x0D1A61) is unknown color: approx Sapphire. HEX triplet: 0D, 1A and 61. RGB value is (13,26,97). Sum of RGB (Red+Green+Blue) = 13+26+97=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D1A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1A61 is #F2E59E. Grayscale: #1D1D1D. Windows color (decimal): -15918495 or 6363661. OLE color: 6363661.

HSL color Cylindrical-coordinate representation of color #0D1A61: hue angle of 230.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1A61 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB132697-
CMYK0.870.7300.62
HSL230.71º76.36%21.57%-
HSV(B)230.71º86.6%38.04%-
XYZ2.691.6911.49-
YUV30.21165.69115.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.56%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=9.56%
G=19.12%
B=71.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1326970.870.7300.62230.7176.3621.57
HexD1A61574903Ee74c16
Octal153214112711107634711426
Binary110111010110000110101111001001011111011100111100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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