#180C93

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

Shades of Ultramarine #180C93

Tints of Ultramarine #180C93

Color information

#180C93 (or 0x180C93) is unknown color: approx Ultramarine. HEX triplet: 18, 0C and 93. RGB value is (24,12,147). Sum of RGB (Red+Green+Blue) = 24+12+147=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #180C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C93 is #E7F36C. Grayscale: #1E1E1E. Windows color (decimal): -15201133 or 9636888. OLE color: 9636888.

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

Color convert

RGB2412147-
CMYK0.840.9200.42
HSL245.33º84.91%31.18%-
HSV(B)245.33º91.84%57.65%-
XYZ5.772.5627.79-
YUV30.98193.48123.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=13.11%
G=6.56%
B=80.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24121470.840.9200.42245.3384.9131.18
Hex18C93545C02Af5551f
Octal301422312413405236512537
Binary1100011001001001110101001011100010101011110101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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