Html Css Color HEX #180182 Ultramarine

📋 copy color: '#180182'

red 24 ◦ green 1 ◦ blue 130

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

Shades of Ultramarine #180182

Tints of Ultramarine #180182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 83.87%

R = 15.48%
G = 0.65%
B = 83.87%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#180182 (or 0x180182) is known color: Ultramarine. HEX triplet: 18, 01 and 82. RGB value is (24,1,130). Sum of RGB (Red+Green+Blue) = 24+1+130=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #180182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180182 is #E7FE7D. Grayscale: #161616. Windows color (decimal): -15203966 or 8519960. OLE color: 8519960.

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

Color convert

RGB 24 1 130 -
CMYK 0.82 0.99 0 0.49
HSL 250.7º 0.98% 0.26% -
HSV(B) 250.7º 0.99% 0.51% -
XYZ 4.42 1.83 21.24 -
YUV 22.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 24 1 130 0.82 0.99 0 0.49 250.7 0.98 0.26
Hex 18 1 82 52 63 0 31 FB 62 1A
Octal 30 1 202 122 143 0 61 373 142 32
Binary 11000 1 10000010 1010010 1100011 0 110001 11111011 1100010 11010

Color Harmonies of #180182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180182

Black with #180182

Text Example


Text Example

White with #180182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180182; }

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

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

background-color css

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

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

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

border-color css

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

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

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