#0D198C

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

Shades of Ultramarine #0D198C

Tints of Ultramarine #0D198C

Color information

#0D198C (or 0x0D198C) is unknown color: approx Ultramarine. HEX triplet: 0D, 19 and 8C. RGB value is (13,25,140). Sum of RGB (Red+Green+Blue) = 13+25+140=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D198C is #F2E673. Grayscale: #222222. Windows color (decimal): -15918708 or 9181453. OLE color: 9181453.

HSL color Cylindrical-coordinate representation of color #0D198C: hue angle of 234.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D198C is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1325140-
CMYK0.910.8200.45
HSL234.33º83.01%30%-
HSV(B)234.33º90.71%54.9%-
XYZ5.252.6725.05-
YUV34.52187.52112.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 140 (55.08% from 255) = 78.65%
R=7.30%
G=14.04%
B=78.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13251400.910.8200.45234.3383.0130
HexD198C5B5202Dea531e
Octal153121413312205535212336
Binary1101110011000110010110111010010010110111101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,140); }

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

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

 a { background-color: rgb(13,25,140); }

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

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

 span { border-color: rgb(13,25,140); }

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