#1E1F9F

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

Shades of Ultramarine #1E1F9F

Tints of Ultramarine #1E1F9F

Color information

#1E1F9F (or 0x1E1F9F) is unknown color: approx Ultramarine. HEX triplet: 1E, 1F and 9F. RGB value is (30,31,159). Sum of RGB (Red+Green+Blue) = 30+31+159=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E1F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1F9F is #E1E060. Grayscale: #2C2C2C. Windows color (decimal): -14803041 or 10428190. OLE color: 10428190.

HSL color Cylindrical-coordinate representation of color #1E1F9F: hue angle of 239.53º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1F9F is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3031159-
CMYK0.810.8100.38
HSL239.53º68.25%37.06%-
HSV(B)239.53º81.13%62.35%-
XYZ7.283.7633.14-
YUV45.29192.17117.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 159 (62.5% from 255) = 72.27%
R=13.64%
G=14.09%
B=72.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30311590.810.8100.38239.5368.2537.06
Hex1E1F9F5151026f04425
Octal363723712112104636010445
Binary111101111110011111101000110100010100110111100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,159); }

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

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

 a { background-color: rgb(30,31,159); }

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

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

 span { border-color: rgb(30,31,159); }

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