#0D1697

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

Shades of Ultramarine #0D1697

Tints of Ultramarine #0D1697

Color information

#0D1697 (or 0x0D1697) is unknown color: approx Ultramarine. HEX triplet: 0D, 16 and 97. RGB value is (13,22,151). Sum of RGB (Red+Green+Blue) = 13+22+151=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1697 is #F2E968. Grayscale: #212121. Windows color (decimal): -15919465 or 9901581. OLE color: 9901581.

HSL color Cylindrical-coordinate representation of color #0D1697: hue angle of 236.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1697 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1322151-
CMYK0.910.8500.41
HSL236.09º84.15%32.16%-
HSV(B)236.09º91.39%59.22%-
XYZ6.042.8929.52-
YUV34.02194.02113.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 151 (59.38% from 255) = 81.18%
R=6.99%
G=11.83%
B=81.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13221510.910.8500.41236.0984.1532.16
HexD16975B55029ec5420
Octal152622713312505135412440
Binary11011011010010111101101110101010101001111011001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,151); }

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

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

 a { background-color: rgb(13,22,151); }

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

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

 span { border-color: rgb(13,22,151); }

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