Html Css Color HEX #180BAA Ultramarine

📋 copy color: '#180BAA'

red 24 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #180BAA

Tints of Ultramarine #180BAA

RGB

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

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

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

R = 11.71%
G = 5.37%
B = 82.93%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#180BAA (or 0x180BAA) is known color: Ultramarine. HEX triplet: 18, 0B and AA. RGB value is (24,11,170). Sum of RGB (Red+Green+Blue) = 24+11+170=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #180BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180BAA is #E7F455. Grayscale: #202020. Windows color (decimal): -15201366 or 11143960. OLE color: 11143960.

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

Color convert

RGB 24 11 170 -
CMYK 0.86 0.94 0 0.33
HSL 244.91º 0.88% 0.35% -
HSV(B) 244.91º 0.94% 0.67% -
XYZ 7.75 3.34 38.27 -
YUV 33.01 205.31 121.57 -
System Red Green Blue C M Y K H S L
Decimal 24 11 170 0.86 0.94 0 0.33 244.91 0.88 0.35
Hex 18 B AA 56 5E 0 21 F5 58 23
Octal 30 13 252 126 136 0 41 365 130 43
Binary 11000 1011 10101010 1010110 1011110 0 100001 11110101 1011000 100011

Color Harmonies of #180BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BAA

Black with #180BAA

Text Example


Text Example

White with #180BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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