#180BAE

Color #180BAE Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #180BAE

Tints of Ultramarine #180BAE

Color information

#180BAE (or 0x180BAE) is unknown color: approx 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

RGB2411174-
CMYK0.860.9400.32
HSL244.79º88.11%36.27%-
HSV(B)244.79º93.68%68.24%-
XYZ8.143.4940.29-
YUV33.47207.31121.25-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24111740.860.9400.32244.7988.1136.27
Hex18BAE565E020f55824
Octal301325612613604036513044
Binary11000101110101110101011010111100100000111101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>