#0b198c

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

Shades of Ultramarine #0B198C

Tints of Ultramarine #0B198C

Color information

#0B198C (or 0x0B198C) is unknown color: approx Ultramarine. HEX triplet: 0B, 19 and 8C. RGB value is (11,25,140). Sum of RGB (Red+Green+Blue) = 11+25+140=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B198C is #F4E673. Grayscale: #212121. Windows color (decimal): -16049780 or 9181451. OLE color: 9181451.

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

Color convert

RGB1125140-
CMYK0.920.8200.45
HSL233.49º85.43%29.61%-
HSV(B)233.49º92.14%54.9%-
XYZ5.222.6625.05-
YUV33.92187.86111.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 140 (55.08% from 255) = 79.55%
R=6.25%
G=14.20%
B=79.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11251400.920.8200.45233.4985.4329.61
HexB198C5C5202De9551e
Octal133121413412205535112536
Binary1011110011000110010111001010010010110111101001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b198c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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