Html Css Color HEX #180490 Ultramarine

📋 copy color: '#180490'

red 24 ◦ green 4 ◦ blue 144

#180490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #180490

Tints of Ultramarine #180490

RGB

 RED value IS 24 (9.77% from 255) = 13.95%

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 144 (56.64% from 255) = 83.72%

R = 13.95%
G = 2.33%
B = 83.72%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#180490 (or 0x180490) is known color: Ultramarine. HEX triplet: 18, 04 and 90. RGB value is (24,4,144). Sum of RGB (Red+Green+Blue) = 24+4+144=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #180490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180490 is #E7FB6F. Grayscale: #191919. Windows color (decimal): -15203184 or 9438232. OLE color: 9438232.

HSL color Cylindrical-coordinate representation of color #180490: hue angle of 248.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180490 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 4 144 -
CMYK 0.83 0.97 0 0.44
HSL 248.57º 0.95% 0.29% -
HSV(B) 248.57º 0.97% 0.56% -
XYZ 5.45 2.29 26.54 -
YUV 25.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 24 4 144 0.83 0.97 0 0.44 248.57 0.95 0.29
Hex 18 4 90 53 61 0 2C F9 5F 1D
Octal 30 4 220 123 141 0 54 371 137 35
Binary 11000 100 10010000 1010011 1100001 0 101100 11111001 1011111 11101

Color Harmonies of #180490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180490

Black with #180490

Text Example


Text Example

White with #180490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180490; }

 p { color: rgb(24,4,144); }

 H1.HeaderClassName
 {
   color: #180490;
 }
 .AnyTagClassName
 {
   color: #180490;
 }
</style>

background-color css

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

 a { background-color: rgb(24,4,144); }

 div.DivClassName
 {
   background-color: #180490;
 }
 .BgClassName
 {
   background-color: #180490;
 }
</style>

border-color css

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

 span { border-color: rgb(24,4,144); }

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