#1A188C

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

Shades of Ultramarine #1A188C

Tints of Ultramarine #1A188C

Color information

#1A188C (or 0x1A188C) is unknown color: approx Ultramarine. HEX triplet: 1A, 18 and 8C. RGB value is (26,24,140). Sum of RGB (Red+Green+Blue) = 26+24+140=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A188C is #E5E773. Grayscale: #252525. Windows color (decimal): -15066996 or 9181210. OLE color: 9181210.

HSL color Cylindrical-coordinate representation of color #1A188C: hue angle of 241.03º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A188C is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2624140-
CMYK0.810.8300.45
HSL241.03º70.73%32.16%-
HSV(B)241.03º82.86%54.9%-
XYZ5.492.7725.06-
YUV37.82185.66119.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=13.68%
G=12.63%
B=73.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26241400.810.8300.45241.0370.7332.16
Hex1A188C515302Df14720
Octal323021412112305536110740
Binary110101100010001100101000110100110101101111100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A188C; }

 p { color: rgb(26,24,140); }

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

<style>
 a { background-color: #1A188C; }

 a { background-color: rgb(26,24,140); }

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

<style>
 span { border-color: #1A188C; }

 span { border-color: rgb(26,24,140); }

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