Html Css Color HEX #180080 Ultramarine

📋 copy color: '#180080'

red 24 ◦ green 0 ◦ blue 128

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

Shades of Ultramarine #180080

Tints of Ultramarine #180080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 84.21%

R = 15.79%
G = 0%
B = 84.21%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#180080 (or 0x180080) is known color: Ultramarine. HEX triplet: 18, 00 and 80. RGB value is (24,0,128). Sum of RGB (Red+Green+Blue) = 24+0+128=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #180080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180080 is #E7FF7F. Grayscale: #151515. Windows color (decimal): -15204224 or 8388632. OLE color: 8388632.

HSL color Cylindrical-coordinate representation of color #180080: hue angle of 251.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180080 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 0 128 -
CMYK 0.81 1 0 0.50
HSL 251.25º 1% 0.25% -
HSV(B) 251.25º 1% 0.5% -
XYZ 4.27 1.75 20.54 -
YUV 21.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 24 0 128 0.81 1 0 0.50 251.25 1 0.25
Hex 18 0 80 51 64 0 32 FB 64 19
Octal 30 0 200 121 144 0 62 373 144 31
Binary 11000 0 10000000 1010001 1100100 0 110010 11111011 1100100 11001

Color Harmonies of #180080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180080

Black with #180080

Text Example


Text Example

White with #180080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180080; }

 p { color: rgb(24,0,128); }

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

background-color css

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

 a { background-color: rgb(24,0,128); }

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

border-color css

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

 span { border-color: rgb(24,0,128); }

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