#0D188B

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

Shades of Ultramarine #0D188B

Tints of Ultramarine #0D188B

Color information

#0D188B (or 0x0D188B) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 8B. RGB value is (13,24,139). Sum of RGB (Red+Green+Blue) = 13+24+139=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D188B is #F2E774. Grayscale: #212121. Windows color (decimal): -15918965 or 9115661. OLE color: 9115661.

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

Color convert

RGB1324139-
CMYK0.910.8300.45
HSL234.76º82.89%29.8%-
HSV(B)234.76º90.65%54.51%-
XYZ5.152.624.66-
YUV33.82187.36113.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.39%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 139 (54.69% from 255) = 78.98%
R=7.39%
G=13.64%
B=78.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13241390.910.8300.45234.7682.8929.8
HexD188B5B5302Deb531e
Octal153021313312305535312336
Binary1101110001000101110110111010011010110111101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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