Html Css Color HEX #180190 Ultramarine

📋 copy color: '#180190'

red 24 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #180190

Tints of Ultramarine #180190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 14.2%
G = 0.59%
B = 85.21%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#180190 (or 0x180190) is known color: Ultramarine. HEX triplet: 18, 01 and 90. RGB value is (24,1,144). Sum of RGB (Red+Green+Blue) = 24+1+144=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #180190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180190 is #E7FE6F. Grayscale: #171717. Windows color (decimal): -15203952 or 9437464. OLE color: 9437464.

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

Color convert

RGB 24 1 144 -
CMYK 0.83 0.99 0 0.44
HSL 249.65º 0.99% 0.28% -
HSV(B) 249.65º 0.99% 0.56% -
XYZ 5.42 2.23 26.53 -
YUV 24.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 24 1 144 0.83 0.99 0 0.44 249.65 0.99 0.28
Hex 18 1 90 53 63 0 2C FA 63 1C
Octal 30 1 220 123 143 0 54 372 143 34
Binary 11000 1 10010000 1010011 1100011 0 101100 11111010 1100011 11100

Color Harmonies of #180190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180190

Black with #180190

Text Example


Text Example

White with #180190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180190; }

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

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

background-color css

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

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

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

border-color css

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

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

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