Html Css Color HEX #180F80 Ultramarine

📋 copy color: '#180F80'

red 24 ◦ green 15 ◦ blue 128

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

Shades of Ultramarine #180F80

Tints of Ultramarine #180F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.65%

R = 14.37%
G = 8.98%
B = 76.65%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#180F80 (or 0x180F80) is known color: Ultramarine. HEX triplet: 18, 0F and 80. RGB value is (24,15,128). Sum of RGB (Red+Green+Blue) = 24+15+128=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #180F80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180F80 is #E7F07F. Grayscale: #1E1E1E. Windows color (decimal): -15200384 or 8392472. OLE color: 8392472.

HSL color Cylindrical-coordinate representation of color #180F80: hue angle of 244.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180F80 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 15 128 -
CMYK 0.81 0.88 0 0.50
HSL 244.78º 0.79% 0.28% -
HSV(B) 244.78º 0.88% 0.5% -
XYZ 4.44 2.09 20.59 -
YUV 30.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 24 15 128 0.81 0.88 0 0.50 244.78 0.79 0.28
Hex 18 F 80 51 58 0 32 F5 4F 1C
Octal 30 17 200 121 130 0 62 365 117 34
Binary 11000 1111 10000000 1010001 1011000 0 110010 11110101 1001111 11100

Color Harmonies of #180F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F80

Black with #180F80

Text Example


Text Example

White with #180F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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