#180A97

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

Shades of Ultramarine #180A97

Tints of Ultramarine #180A97

Color information

#180A97 (or 0x180A97) is unknown color: approx Ultramarine. HEX triplet: 18, 0A and 97. RGB value is (24,10,151). Sum of RGB (Red+Green+Blue) = 24+10+151=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 151 (59.38% from 255 or 81.62% from 185); Max value from RGB is 151 - color contains mainly: blue. Hex color #180A97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180A97 is #E7F568. Grayscale: #1D1D1D. Windows color (decimal): -15201641 or 9898520. OLE color: 9898520.

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

Color convert

RGB2410151-
CMYK0.840.9300.41
HSL245.96º87.58%31.57%-
HSV(B)245.96º93.38%59.22%-
XYZ6.072.6529.47-
YUV30.26196.14123.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 151 (59.38% from 255) = 81.62%
R=12.97%
G=5.41%
B=81.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24101510.840.9300.41245.9687.5831.57
Hex18A97545D029f65820
Octal301222712413505136613040
Binary11000101010010111101010010111010101001111101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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