Html Css Color HEX #180AAD Ultramarine

📋 copy color: '#180AAD'

red 24 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #180AAD

Tints of Ultramarine #180AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 173 (67.97% from 255) = 83.57%

R = 11.59%
G = 4.83%
B = 83.57%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#180AAD (or 0x180AAD) is known color: Ultramarine. HEX triplet: 18, 0A and AD. RGB value is (24,10,173). Sum of RGB (Red+Green+Blue) = 24+10+173=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #180AAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AAD is #E7F552. Grayscale: #202020. Windows color (decimal): -15201619 or 11340312. OLE color: 11340312.

HSL color Cylindrical-coordinate representation of color #180AAD: hue angle of 245.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180AAD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 10 173 -
CMYK 0.86 0.94 0 0.32
HSL 245.15º 0.89% 0.36% -
HSV(B) 245.15º 0.94% 0.68% -
XYZ 8.03 3.43 39.77 -
YUV 32.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 24 10 173 0.86 0.94 0 0.32 245.15 0.89 0.36
Hex 18 A AD 56 5E 0 20 F5 59 24
Octal 30 12 255 126 136 0 40 365 131 44
Binary 11000 1010 10101101 1010110 1011110 0 100000 11110101 1011001 100100

Color Harmonies of #180AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180AAD

Black with #180AAD

Text Example


Text Example

White with #180AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180AAD; }

 p { color: rgb(24,10,173); }

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

background-color css

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

 a { background-color: rgb(24,10,173); }

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

border-color css

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

 span { border-color: rgb(24,10,173); }

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