Html Css Color HEX #180BAE Ultramarine

📋 copy color: '#180BAE'

red 24 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #180BAE

Tints of Ultramarine #180BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 174 (68.36% from 255) = 83.25%

R = 11.48%
G = 5.26%
B = 83.25%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#180BAE (or 0x180BAE) is known color: Ultramarine. HEX triplet: 18, 0B and AE. RGB value is (24,11,174). Sum of RGB (Red+Green+Blue) = 24+11+174=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #180BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180BAE is #E7F451. Grayscale: #202020. Windows color (decimal): -15201362 or 11406104. OLE color: 11406104.

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

Color convert

RGB 24 11 174 -
CMYK 0.86 0.94 0 0.32
HSL 244.79º 0.88% 0.36% -
HSV(B) 244.79º 0.94% 0.68% -
XYZ 8.14 3.49 40.29 -
YUV 33.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 24 11 174 0.86 0.94 0 0.32 244.79 0.88 0.36
Hex 18 B AE 56 5E 0 20 F5 58 24
Octal 30 13 256 126 136 0 40 365 130 44
Binary 11000 1011 10101110 1010110 1011110 0 100000 11110101 1011000 100100

Color Harmonies of #180BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BAE

Black with #180BAE

Text Example


Text Example

White with #180BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,174); }

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

background-color css

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

 a { background-color: rgb(24,11,174); }

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

border-color css

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

 span { border-color: rgb(24,11,174); }

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