#1E1795

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

Shades of Ultramarine #1E1795

Tints of Ultramarine #1E1795

Color information

#1E1795 (or 0x1E1795) is unknown color: approx Ultramarine. HEX triplet: 1E, 17 and 95. RGB value is (30,23,149). Sum of RGB (Red+Green+Blue) = 30+23+149=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E1795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1795 is #E1E86A. Grayscale: #262626. Windows color (decimal): -14805099 or 9770782. OLE color: 9770782.

HSL color Cylindrical-coordinate representation of color #1E1795: hue angle of 243.33º 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 #1E1795 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3023149-
CMYK0.800.8500.42
HSL243.33º73.26%33.73%-
HSV(B)243.33º84.56%58.43%-
XYZ6.273.0628.69-
YUV39.46189.82121.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.85%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 149 (58.59% from 255) = 73.76%
R=14.85%
G=11.39%
B=73.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30231490.800.8500.42243.3373.2633.73
Hex1E1795505502Af34922
Octal362722512012505236311142
Binary111101011110010101101000010101010101010111100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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