Html Css Color HEX #180184 Ultramarine

📋 copy color: '#180184'

red 24 ◦ green 1 ◦ blue 132

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

Shades of Ultramarine #180184

Tints of Ultramarine #180184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 84.08%

R = 15.29%
G = 0.64%
B = 84.08%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180184 (or 0x180184) is known color: Ultramarine. HEX triplet: 18, 01 and 84. RGB value is (24,1,132). Sum of RGB (Red+Green+Blue) = 24+1+132=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #180184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180184 is #E7FE7B. Grayscale: #161616. Windows color (decimal): -15203964 or 8651032. OLE color: 8651032.

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

Color convert

RGB 24 1 132 -
CMYK 0.82 0.99 0 0.48
HSL 250.53º 0.98% 0.26% -
HSV(B) 250.53º 0.99% 0.52% -
XYZ 4.55 1.88 21.95 -
YUV 22.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 24 1 132 0.82 0.99 0 0.48 250.53 0.98 0.26
Hex 18 1 84 52 63 0 30 FB 62 1A
Octal 30 1 204 122 143 0 60 373 142 32
Binary 11000 1 10000100 1010010 1100011 0 110000 11111011 1100010 11010

Color Harmonies of #180184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180184

Black with #180184

Text Example


Text Example

White with #180184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180184; }

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

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

background-color css

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

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

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

border-color css

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

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

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