#180B93

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

Shades of Ultramarine #180B93

Tints of Ultramarine #180B93

Color information

#180B93 (or 0x180B93) is unknown color: approx Ultramarine. HEX triplet: 18, 0B and 93. RGB value is (24,11,147). Sum of RGB (Red+Green+Blue) = 24+11+147=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #180B93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180B93 is #E7F46C. Grayscale: #1D1D1D. Windows color (decimal): -15201389 or 9636632. OLE color: 9636632.

HSL color Cylindrical-coordinate representation of color #180B93: hue angle of 245.74º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180B93 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2411147-
CMYK0.840.9300.42
HSL245.74º86.08%30.98%-
HSV(B)245.74º92.52%57.65%-
XYZ5.762.5427.79-
YUV30.39193.81123.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 147 (57.81% from 255) = 80.77%
R=13.19%
G=6.04%
B=80.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24111470.840.9300.42245.7486.0830.98
Hex18B93545D02Af6561f
Octal301322312413505236612637
Binary1100010111001001110101001011101010101011110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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