#0D189E

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

Shades of Ultramarine #0D189E

Tints of Ultramarine #0D189E

Color information

#0D189E (or 0x0D189E) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 9E. RGB value is (13,24,158). Sum of RGB (Red+Green+Blue) = 13+24+158=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D189E is #F2E761. Grayscale: #232323. Windows color (decimal): -15918946 or 10360845. OLE color: 10360845.

HSL color Cylindrical-coordinate representation of color #0D189E: hue angle of 235.45º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D189E is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1324158-
CMYK0.920.8500.38
HSL235.45º84.8%33.53%-
HSV(B)235.45º91.77%61.96%-
XYZ6.663.2132.62-
YUV35.99196.86111.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.67%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 158 (62.11% from 255) = 81.03%
R=6.67%
G=12.31%
B=81.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13241580.920.8500.38235.4584.833.53
HexD189E5C55026eb5522
Octal153023613412504635312542
Binary11011100010011110101110010101010100110111010111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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