#0D189F

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

Shades of Ultramarine #0D189F

Tints of Ultramarine #0D189F

Color information

#0D189F (or 0x0D189F) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 9F. RGB value is (13,24,159). Sum of RGB (Red+Green+Blue) = 13+24+159=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D189F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D189F is #F2E760. Grayscale: #232323. Windows color (decimal): -15918945 or 10426381. OLE color: 10426381.

HSL color Cylindrical-coordinate representation of color #0D189F: hue angle of 235.48º 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 #0D189F is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1324159-
CMYK0.920.8500.38
HSL235.48º84.88%33.73%-
HSV(B)235.48º91.82%62.35%-
XYZ6.753.2433.07-
YUV36.1197.36111.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 159 (62.5% from 255) = 81.12%
R=6.63%
G=12.24%
B=81.12%

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
Decimal13241590.920.8500.38235.4884.8833.73
HexD189F5C55026eb5522
Octal153023713412504635312542
Binary11011100010011111101110010101010100110111010111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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