Html Css Color HEX #180FAA Ultramarine

📋 copy color: '#180FAA'

red 24 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #180FAA

Tints of Ultramarine #180FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

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

R = 11.48%
G = 7.18%
B = 81.34%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#180FAA (or 0x180FAA) is known color: Ultramarine. HEX triplet: 18, 0F and AA. RGB value is (24,15,170). Sum of RGB (Red+Green+Blue) = 24+15+170=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #180FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180FAA is #E7F055. Grayscale: #222222. Windows color (decimal): -15200342 or 11144984. OLE color: 11144984.

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

Color convert

RGB 24 15 170 -
CMYK 0.86 0.91 0 0.33
HSL 243.48º 0.84% 0.36% -
HSV(B) 243.48º 0.91% 0.67% -
XYZ 7.8 3.44 38.28 -
YUV 35.36 203.98 119.9 -
System Red Green Blue C M Y K H S L
Decimal 24 15 170 0.86 0.91 0 0.33 243.48 0.84 0.36
Hex 18 F AA 56 5B 0 21 F3 54 24
Octal 30 17 252 126 133 0 41 363 124 44
Binary 11000 1111 10101010 1010110 1011011 0 100001 11110011 1010100 100100

Color Harmonies of #180FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FAA

Black with #180FAA

Text Example


Text Example

White with #180FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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