Html Css Color HEX #180BAF Ultramarine

📋 copy color: '#180BAF'

red 24 ◦ green 11 ◦ blue 175

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

Shades of Ultramarine #180BAF

Tints of Ultramarine #180BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 83.33%

R = 11.43%
G = 5.24%
B = 83.33%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#180BAF (or 0x180BAF) is known color: Ultramarine. HEX triplet: 18, 0B and AF. RGB value is (24,11,175). Sum of RGB (Red+Green+Blue) = 24+11+175=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #180BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180BAF is #E7F450. Grayscale: #202020. Windows color (decimal): -15201361 or 11471640. OLE color: 11471640.

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

Color convert

RGB 24 11 175 -
CMYK 0.86 0.94 0 0.31
HSL 244.76º 0.88% 0.36% -
HSV(B) 244.76º 0.94% 0.69% -
XYZ 8.23 3.53 40.8 -
YUV 33.58 207.81 121.16 -
System Red Green Blue C M Y K H S L
Decimal 24 11 175 0.86 0.94 0 0.31 244.76 0.88 0.36
Hex 18 B AF 56 5E 0 1F F5 58 24
Octal 30 13 257 126 136 0 37 365 130 44
Binary 11000 1011 10101111 1010110 1011110 0 11111 11110101 1011000 100100

Color Harmonies of #180BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BAF

Black with #180BAF

Text Example


Text Example

White with #180BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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