Html Css Color HEX #180193 Ultramarine

📋 copy color: '#180193'

red 24 ◦ green 1 ◦ blue 147

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

Shades of Ultramarine #180193

Tints of Ultramarine #180193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 85.47%

R = 13.95%
G = 0.58%
B = 85.47%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180193 (or 0x180193) is known color: Ultramarine. HEX triplet: 18, 01 and 93. RGB value is (24,1,147). Sum of RGB (Red+Green+Blue) = 24+1+147=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #180193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180193 is #E7FE6C. Grayscale: #171717. Windows color (decimal): -15203949 or 9634072. OLE color: 9634072.

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

Color convert

RGB 24 1 147 -
CMYK 0.84 0.99 0 0.42
HSL 249.45º 0.99% 0.29% -
HSV(B) 249.45º 0.99% 0.58% -
XYZ 5.65 2.32 27.75 -
YUV 24.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 24 1 147 0.84 0.99 0 0.42 249.45 0.99 0.29
Hex 18 1 93 54 63 0 2A F9 63 1D
Octal 30 1 223 124 143 0 52 371 143 35
Binary 11000 1 10010011 1010100 1100011 0 101010 11111001 1100011 11101

Color Harmonies of #180193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180193

Black with #180193

Text Example


Text Example

White with #180193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180193; }

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

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

background-color css

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

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

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

border-color css

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

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

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