Html Css Color HEX #182190 Ultramarine

📋 copy color: '#182190'

red 24 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #182190

Tints of Ultramarine #182190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 11.94%
G = 16.42%
B = 71.64%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#182190 (or 0x182190) is known color: Ultramarine. HEX triplet: 18, 21 and 90. RGB value is (24,33,144). Sum of RGB (Red+Green+Blue) = 24+33+144=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #182190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182190 is #E7DE6F. Grayscale: #2A2A2A. Windows color (decimal): -15195760 or 9445656. OLE color: 9445656.

HSL color Cylindrical-coordinate representation of color #182190: hue angle of 235.5º 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 #182190 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 33 144 -
CMYK 0.83 0.77 0 0.44
HSL 235.5º 0.71% 0.33% -
HSV(B) 235.5º 0.83% 0.56% -
XYZ 5.95 3.3 26.71 -
YUV 42.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 24 33 144 0.83 0.77 0 0.44 235.5 0.71 0.33
Hex 18 21 90 53 4D 0 2C EC 47 21
Octal 30 41 220 123 115 0 54 354 107 41
Binary 11000 100001 10010000 1010011 1001101 0 101100 11101100 1000111 100001

Color Harmonies of #182190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182190

Black with #182190

Text Example


Text Example

White with #182190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182190; }

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

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

background-color css

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

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

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

border-color css

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

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

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