Html Css Color HEX #182490 Ultramarine

📋 copy color: '#182490'

red 24 ◦ green 36 ◦ blue 144

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

Shades of Ultramarine #182490

Tints of Ultramarine #182490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 11.76%
G = 17.65%
B = 70.59%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#182490 (or 0x182490) is known color: Ultramarine. HEX triplet: 18, 24 and 90. RGB value is (24,36,144). Sum of RGB (Red+Green+Blue) = 24+36+144=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #182490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182490 is #E7DB6F. Grayscale: #2C2C2C. Windows color (decimal): -15194992 or 9446424. OLE color: 9446424.

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

Color convert

RGB 24 36 144 -
CMYK 0.83 0.75 0 0.44
HSL 234º 0.71% 0.33% -
HSV(B) 234º 0.83% 0.56% -
XYZ 6.04 3.47 26.74 -
YUV 44.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 24 36 144 0.83 0.75 0 0.44 234 0.71 0.33
Hex 18 24 90 53 4B 0 2C EA 47 21
Octal 30 44 220 123 113 0 54 352 107 41
Binary 11000 100100 10010000 1010011 1001011 0 101100 11101010 1000111 100001

Color Harmonies of #182490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182490

Black with #182490

Text Example


Text Example

White with #182490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182490; }

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

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

background-color css

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

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

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

border-color css

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

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

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