#180A85

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

Shades of Ultramarine #180A85

Tints of Ultramarine #180A85

Color information

#180A85 (or 0x180A85) is unknown color: approx Ultramarine. HEX triplet: 18, 0A and 85. RGB value is (24,10,133). Sum of RGB (Red+Green+Blue) = 24+10+133=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #180A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180A85 is #E7F57A. Grayscale: #1B1B1B. Windows color (decimal): -15201659 or 8718872. OLE color: 8718872.

HSL color Cylindrical-coordinate representation of color #180A85: hue angle of 246.83º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180A85 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2410133-
CMYK0.820.9200.48
HSL246.83º86.01%28.04%-
HSV(B)246.83º92.48%52.16%-
XYZ4.722.122.35-
YUV28.21187.14125-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=14.37%
G=5.99%
B=79.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24101330.820.9200.48246.8386.0128.04
Hex18A85525C030f7561c
Octal301220512213406036712634
Binary1100010101000010110100101011100011000011110111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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