Html Css Color HEX #180279 Ultramarine

📋 copy color: '#180279'

red 24 ◦ green 2 ◦ blue 121

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

Shades of Ultramarine #180279

Tints of Ultramarine #180279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 16.33%
G = 1.36%
B = 82.31%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#180279 (or 0x180279) is known color: Ultramarine. HEX triplet: 18, 02 and 79. RGB value is (24,2,121). Sum of RGB (Red+Green+Blue) = 24+2+121=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #180279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180279 is #E7FD86. Grayscale: #151515. Windows color (decimal): -15203719 or 7930392. OLE color: 7930392.

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

Color convert

RGB 24 2 121 -
CMYK 0.80 0.98 0 0.53
HSL 251.09º 0.97% 0.24% -
HSV(B) 251.09º 0.98% 0.47% -
XYZ 3.85 1.62 18.2 -
YUV 22.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 24 2 121 0.80 0.98 0 0.53 251.09 0.97 0.24
Hex 18 2 79 50 62 0 35 FB 61 18
Octal 30 2 171 120 142 0 65 373 141 30
Binary 11000 10 1111001 1010000 1100010 0 110101 11111011 1100001 11000

Color Harmonies of #180279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180279

Black with #180279

Text Example


Text Example

White with #180279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180279; }

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

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

background-color css

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

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

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

border-color css

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

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

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