#180D97

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

Shades of Ultramarine #180D97

Tints of Ultramarine #180D97

Color information

#180D97 (or 0x180D97) is unknown color: approx Ultramarine. HEX triplet: 18, 0D and 97. RGB value is (24,13,151). Sum of RGB (Red+Green+Blue) = 24+13+151=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #180D97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180D97 is #E7F268. Grayscale: #1F1F1F. Windows color (decimal): -15200873 or 9899288. OLE color: 9899288.

HSL color Cylindrical-coordinate representation of color #180D97: hue angle of 244.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180D97 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2413151-
CMYK0.840.9100.41
HSL244.78º84.15%32.16%-
HSV(B)244.78º91.39%59.22%-
XYZ6.112.7229.48-
YUV32.02195.14122.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 151 (59.38% from 255) = 80.32%
R=12.77%
G=6.91%
B=80.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24131510.840.9100.41244.7884.1532.16
Hex18D97545B029f55420
Octal301522712413305136512440
Binary11000110110010111101010010110110101001111101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,151); }

 H1.HeaderClassName
 {
   color: #180D97;
 }
 .AnyTagClassName
 {
   color: #180D97;
 }
</style>
background-color css

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

 a { background-color: rgb(24,13,151); }

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

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

 span { border-color: rgb(24,13,151); }

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