Html Css Color HEX #180FAD Ultramarine

📋 copy color: '#180FAD'

red 24 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #180FAD

Tints of Ultramarine #180FAD

RGB

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

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

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

R = 11.32%
G = 7.08%
B = 81.6%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#180FAD (or 0x180FAD) is known color: Ultramarine. HEX triplet: 18, 0F and AD. RGB value is (24,15,173). Sum of RGB (Red+Green+Blue) = 24+15+173=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #180FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180FAD is #E7F052. Grayscale: #232323. Windows color (decimal): -15200339 or 11341592. OLE color: 11341592.

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

Color convert

RGB 24 15 173 -
CMYK 0.86 0.91 0 0.32
HSL 243.42º 0.84% 0.37% -
HSV(B) 243.42º 0.91% 0.68% -
XYZ 8.09 3.55 39.79 -
YUV 35.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 24 15 173 0.86 0.91 0 0.32 243.42 0.84 0.37
Hex 18 F AD 56 5B 0 20 F3 54 25
Octal 30 17 255 126 133 0 40 363 124 45
Binary 11000 1111 10101101 1010110 1011011 0 100000 11110011 1010100 100101

Color Harmonies of #180FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FAD

Black with #180FAD

Text Example


Text Example

White with #180FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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