Html Css Color HEX #180481 Ultramarine

📋 copy color: '#180481'

red 24 ◦ green 4 ◦ blue 129

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

Shades of Ultramarine #180481

Tints of Ultramarine #180481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 129 (50.78% from 255) = 82.17%

R = 15.29%
G = 2.55%
B = 82.17%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#180481 (or 0x180481) is known color: Ultramarine. HEX triplet: 18, 04 and 81. RGB value is (24,4,129). Sum of RGB (Red+Green+Blue) = 24+4+129=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #180481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180481 is #E7FB7E. Grayscale: #171717. Windows color (decimal): -15203199 or 8455192. OLE color: 8455192.

HSL color Cylindrical-coordinate representation of color #180481: hue angle of 249.6º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180481 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 4 129 -
CMYK 0.81 0.97 0 0.49
HSL 249.6º 0.94% 0.26% -
HSV(B) 249.6º 0.97% 0.51% -
XYZ 4.38 1.87 20.9 -
YUV 24.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 24 4 129 0.81 0.97 0 0.49 249.6 0.94 0.26
Hex 18 4 81 51 61 0 31 FA 5E 1A
Octal 30 4 201 121 141 0 61 372 136 32
Binary 11000 100 10000001 1010001 1100001 0 110001 11111010 1011110 11010

Color Harmonies of #180481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180481

Black with #180481

Text Example


Text Example

White with #180481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180481; }

 p { color: rgb(24,4,129); }

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

background-color css

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

 a { background-color: rgb(24,4,129); }

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

border-color css

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

 span { border-color: rgb(24,4,129); }

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