Html Css Color HEX #180AAE Ultramarine

📋 copy color: '#180AAE'

red 24 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #180AAE

Tints of Ultramarine #180AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 83.65%

R = 11.54%
G = 4.81%
B = 83.65%

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

#180AAE (or 0x180AAE) is known color: Ultramarine. HEX triplet: 18, 0A and AE. RGB value is (24,10,174). Sum of RGB (Red+Green+Blue) = 24+10+174=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #180AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AAE is #E7F551. Grayscale: #202020. Windows color (decimal): -15201618 or 11405848. OLE color: 11405848.

HSL color Cylindrical-coordinate representation of color #180AAE: hue angle of 245.12º 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 #180AAE is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 10 174 -
CMYK 0.86 0.94 0 0.32
HSL 245.12º 0.89% 0.36% -
HSV(B) 245.12º 0.94% 0.68% -
XYZ 8.13 3.47 40.29 -
YUV 32.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 24 10 174 0.86 0.94 0 0.32 245.12 0.89 0.36
Hex 18 A AE 56 5E 0 20 F5 59 24
Octal 30 12 256 126 136 0 40 365 131 44
Binary 11000 1010 10101110 1010110 1011110 0 100000 11110101 1011001 100100

Color Harmonies of #180AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180AAE

Black with #180AAE

Text Example


Text Example

White with #180AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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