Html Css Color HEX #180079 Ultramarine

📋 copy color: '#180079'

red 24 ◦ green 0 ◦ blue 121

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

Shades of Ultramarine #180079

Tints of Ultramarine #180079

RGB

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

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

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

R = 16.55%
G = 0%
B = 83.45%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#180079 (or 0x180079) is known color: Ultramarine. HEX triplet: 18, 00 and 79. RGB value is (24,0,121). Sum of RGB (Red+Green+Blue) = 24+0+121=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #180079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180079 is #E7FF86. Grayscale: #141414. Windows color (decimal): -15204231 or 7929880. OLE color: 7929880.

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

Color convert

RGB 24 0 121 -
CMYK 0.80 1 0 0.53
HSL 251.9º 1% 0.24% -
HSV(B) 251.9º 1% 0.47% -
XYZ 3.83 1.57 18.19 -
YUV 20.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 24 0 121 0.80 1 0 0.53 251.9 1 0.24
Hex 18 0 79 50 64 0 35 FC 64 18
Octal 30 0 171 120 144 0 65 374 144 30
Binary 11000 0 1111001 1010000 1100100 0 110101 11111100 1100100 11000

Color Harmonies of #180079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180079

Black with #180079

Text Example


Text Example

White with #180079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180079; }

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

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

background-color css

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

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

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

border-color css

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

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

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