Html Css Color HEX #180FA0 Ultramarine

📋 copy color: '#180FA0'

red 24 ◦ green 15 ◦ blue 160

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

Shades of Ultramarine #180FA0

Tints of Ultramarine #180FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 80.4%

R = 12.06%
G = 7.54%
B = 80.4%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#180FA0 (or 0x180FA0) is known color: Ultramarine. HEX triplet: 18, 0F and A0. RGB value is (24,15,160). Sum of RGB (Red+Green+Blue) = 24+15+160=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 160 (62.89% from 255 or 80.40% from 199); Max value from RGB is 160 - color contains mainly: blue. Hex color #180FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180FA0 is #E7F05F. Grayscale: #212121. Windows color (decimal): -15200352 or 10489624. OLE color: 10489624.

HSL color Cylindrical-coordinate representation of color #180FA0: hue angle of 243.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180FA0 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 15 160 -
CMYK 0.85 0.91 0 0.37
HSL 243.72º 0.83% 0.34% -
HSV(B) 243.72º 0.91% 0.63% -
XYZ 6.89 3.07 33.49 -
YUV 34.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 24 15 160 0.85 0.91 0 0.37 243.72 0.83 0.34
Hex 18 F A0 55 5B 0 25 F4 53 22
Octal 30 17 240 125 133 0 45 364 123 42
Binary 11000 1111 10100000 1010101 1011011 0 100101 11110100 1010011 100010

Color Harmonies of #180FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FA0

Black with #180FA0

Text Example


Text Example

White with #180FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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