#1A1183

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

Shades of Ultramarine #1A1183

Tints of Ultramarine #1A1183

Color information

#1A1183 (or 0x1A1183) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and 83. RGB value is (26,17,131). Sum of RGB (Red+Green+Blue) = 26+17+131=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A1183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1183 is #E5EE7C. Grayscale: #202020. Windows color (decimal): -15068797 or 8589594. OLE color: 8589594.

HSL color Cylindrical-coordinate representation of color #1A1183: hue angle of 244.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1183 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2617131-
CMYK0.800.8700.49
HSL244.74º77.03%29.02%-
HSV(B)244.74º87.02%51.37%-
XYZ4.722.2621.66-
YUV32.69183.48123.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 131 (51.56% from 255) = 75.29%
R=14.94%
G=9.77%
B=75.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26171310.800.8700.49244.7477.0329.02
Hex1A11835057031f54d1d
Octal322120312012706136511535
Binary11010100011000001110100001010111011000111110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,131); }

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

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

 a { background-color: rgb(26,17,131); }

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

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

 span { border-color: rgb(26,17,131); }

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