#180C7E

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

Shades of Ultramarine #180C7E

Tints of Ultramarine #180C7E

Color information

#180C7E (or 0x180C7E) is unknown color: approx Ultramarine. HEX triplet: 18, 0C and 7E. RGB value is (24,12,126). Sum of RGB (Red+Green+Blue) = 24+12+126=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #180C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C7E is #E7F381. Grayscale: #1C1C1C. Windows color (decimal): -15201154 or 8260632. OLE color: 8260632.

HSL color Cylindrical-coordinate representation of color #180C7E: hue angle of 246.32º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180C7E is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2412126-
CMYK0.810.9000.51
HSL246.32º82.61%27.06%-
HSV(B)246.32º90.48%49.41%-
XYZ4.271.9619.89-
YUV28.58182.98124.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 12 (5.08% from 255) = 7.41%
BLUE value IS 126 (49.61% from 255) = 77.78%
R=14.81%
G=7.41%
B=77.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24121260.810.9000.51246.3282.6127.06
Hex18C7E515A033f6531b
Octal301417612113206336612333
Binary110001100111111010100011011010011001111110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,12,126); }

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

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

 a { background-color: rgb(24,12,126); }

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

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

 span { border-color: rgb(24,12,126); }

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