#0D189D

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

Shades of Ultramarine #0D189D

Tints of Ultramarine #0D189D

Color information

#0D189D (or 0x0D189D) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 9D. RGB value is (13,24,157). Sum of RGB (Red+Green+Blue) = 13+24+157=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D189D is #F2E762. Grayscale: #232323. Windows color (decimal): -15918947 or 10295309. OLE color: 10295309.

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

Color convert

RGB1324157-
CMYK0.920.8500.38
HSL235.42º84.71%33.33%-
HSV(B)235.42º91.72%61.57%-
XYZ6.583.1732.16-
YUV35.87196.36111.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.70%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 157 (61.72% from 255) = 80.93%
R=6.70%
G=12.37%
B=80.93%

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
Decimal13241570.920.8500.38235.4284.7133.33
HexD189D5C55026eb5521
Octal153023513412504635312541
Binary11011100010011101101110010101010100110111010111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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