#0B189E

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

Shades of Ultramarine #0B189E

Tints of Ultramarine #0B189E

Color information

#0B189E (or 0x0B189E) is unknown color: approx Ultramarine. HEX triplet: 0B, 18 and 9E. RGB value is (11,24,158). Sum of RGB (Red+Green+Blue) = 11+24+158=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B189E is #F4E761. Grayscale: #222222. Windows color (decimal): -16050018 or 10360843. OLE color: 10360843.

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

Color convert

RGB1124158-
CMYK0.930.8500.38
HSL234.69º86.98%33.14%-
HSV(B)234.69º93.04%61.96%-
XYZ6.643.1932.61-
YUV35.39197.19110.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 158 (62.11% from 255) = 81.87%
R=5.70%
G=12.44%
B=81.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11241580.930.8500.38234.6986.9833.14
HexB189E5D55026eb5721
Octal133023613512504635312741
Binary10111100010011110101110110101010100110111010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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