#0A188B

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

Shades of Ultramarine #0A188B

Tints of Ultramarine #0A188B

Color information

#0A188B (or 0x0A188B) is unknown color: approx Ultramarine. HEX triplet: 0A, 18 and 8B. RGB value is (10,24,139). Sum of RGB (Red+Green+Blue) = 10+24+139=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A188B is #F5E774. Grayscale: #202020. Windows color (decimal): -16115573 or 9115658. OLE color: 9115658.

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

Color convert

RGB1024139-
CMYK0.930.8300.45
HSL233.49º86.58%29.22%-
HSV(B)233.49º92.81%54.51%-
XYZ5.112.5824.66-
YUV32.92187.86111.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.78%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=5.78%
G=13.87%
B=80.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10241390.930.8300.45233.4986.5829.22
HexA188B5D5302De9571d
Octal123021313512305535112735
Binary1010110001000101110111011010011010110111101001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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