Html Css Color HEX #180AAA Ultramarine

📋 copy color: '#180AAA'

red 24 ◦ green 10 ◦ blue 170

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

Shades of Ultramarine #180AAA

Tints of Ultramarine #180AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 83.33%

R = 11.76%
G = 4.9%
B = 83.33%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#180AAA (or 0x180AAA) is known color: Ultramarine. HEX triplet: 18, 0A and AA. RGB value is (24,10,170). Sum of RGB (Red+Green+Blue) = 24+10+170=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #180AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AAA is #E7F555. Grayscale: #1F1F1F. Windows color (decimal): -15201622 or 11143704. OLE color: 11143704.

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

Color convert

RGB 24 10 170 -
CMYK 0.86 0.94 0 0.33
HSL 245.25º 0.89% 0.35% -
HSV(B) 245.25º 0.94% 0.67% -
XYZ 7.74 3.31 38.26 -
YUV 32.43 205.64 121.99 -
System Red Green Blue C M Y K H S L
Decimal 24 10 170 0.86 0.94 0 0.33 245.25 0.89 0.35
Hex 18 A AA 56 5E 0 21 F5 59 23
Octal 30 12 252 126 136 0 41 365 131 43
Binary 11000 1010 10101010 1010110 1011110 0 100001 11110101 1011001 100011

Color Harmonies of #180AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180AAA

Black with #180AAA

Text Example


Text Example

White with #180AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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