Html Css Color HEX #180179 Ultramarine

📋 copy color: '#180179'

red 24 ◦ green 1 ◦ blue 121

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

Shades of Ultramarine #180179

Tints of Ultramarine #180179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 16.44%
G = 0.68%
B = 82.88%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#180179 (or 0x180179) is known color: Ultramarine. HEX triplet: 18, 01 and 79. RGB value is (24,1,121). Sum of RGB (Red+Green+Blue) = 24+1+121=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #180179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180179 is #E7FE86. Grayscale: #151515. Windows color (decimal): -15203975 or 7930136. OLE color: 7930136.

HSL color Cylindrical-coordinate representation of color #180179: hue angle of 251.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180179 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 1 121 -
CMYK 0.80 0.99 0 0.53
HSL 251.5º 0.98% 0.24% -
HSV(B) 251.5º 0.99% 0.47% -
XYZ 3.84 1.6 18.19 -
YUV 21.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 24 1 121 0.80 0.99 0 0.53 251.5 0.98 0.24
Hex 18 1 79 50 63 0 35 FC 62 18
Octal 30 1 171 120 143 0 65 374 142 30
Binary 11000 1 1111001 1010000 1100011 0 110101 11111100 1100010 11000

Color Harmonies of #180179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180179

Black with #180179

Text Example


Text Example

White with #180179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180179; }

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

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

background-color css

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

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

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

border-color css

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

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

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