#1A1795

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

Shades of Ultramarine #1A1795

Tints of Ultramarine #1A1795

Color information

#1A1795 (or 0x1A1795) is unknown color: approx Ultramarine. HEX triplet: 1A, 17 and 95. RGB value is (26,23,149). Sum of RGB (Red+Green+Blue) = 26+23+149=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A1795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1795 is #E5E86A. Grayscale: #252525. Windows color (decimal): -15067243 or 9770778. OLE color: 9770778.

HSL color Cylindrical-coordinate representation of color #1A1795: hue angle of 241.43º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1795 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2623149-
CMYK0.830.8500.42
HSL241.43º73.26%33.73%-
HSV(B)241.43º84.56%58.43%-
XYZ6.16328.69-
YUV38.26190.49119.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 149 (58.59% from 255) = 75.25%
R=13.13%
G=11.62%
B=75.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26231490.830.8500.42241.4373.2633.73
Hex1A1795535502Af14922
Octal322722512312505236111142
Binary110101011110010101101001110101010101010111100011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,23,149); }

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

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

 a { background-color: rgb(26,23,149); }

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

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

 span { border-color: rgb(26,23,149); }

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