#0D1897

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

Shades of Ultramarine #0D1897

Tints of Ultramarine #0D1897

Color information

#0D1897 (or 0x0D1897) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 97. RGB value is (13,24,151). Sum of RGB (Red+Green+Blue) = 13+24+151=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1897 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1897 is #F2E768. Grayscale: #222222. Windows color (decimal): -15918953 or 9902093. OLE color: 9902093.

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

Color convert

RGB1324151-
CMYK0.910.8400.41
HSL235.22º84.15%32.16%-
HSV(B)235.22º91.39%59.22%-
XYZ6.082.9729.53-
YUV35.19193.36112.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 151 (59.38% from 255) = 80.32%
R=6.91%
G=12.77%
B=80.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13241510.910.8400.41235.2284.1532.16
HexD18975B54029eb5420
Octal153022713312405135312440
Binary11011100010010111101101110101000101001111010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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