#180B9E

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

Shades of Ultramarine #180B9E

Tints of Ultramarine #180B9E

Color information

#180B9E (or 0x180B9E) is unknown color: approx Ultramarine. HEX triplet: 18, 0B and 9E. RGB value is (24,11,158). Sum of RGB (Red+Green+Blue) = 24+11+158=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 11 (4.69% from 255 or 5.70% 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 #180B9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180B9E is #E7F461. Grayscale: #1F1F1F. Windows color (decimal): -15201378 or 10357528. OLE color: 10357528.

HSL color Cylindrical-coordinate representation of color #180B9E: hue angle of 245.31º 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 #180B9E is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2411158-
CMYK0.850.9300.38
HSL245.31º86.98%33.14%-
HSV(B)245.31º93.04%61.96%-
XYZ6.672.932.56-
YUV31.64199.31122.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24111580.850.9300.38245.3186.9833.14
Hex18B9E555D026f55721
Octal301323612513504636512741
Binary11000101110011110101010110111010100110111101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B9E; }

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

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

<style>
 a { background-color: #180B9E; }

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

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

<style>
 span { border-color: #180B9E; }

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

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