#1E13AF

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

Shades of Ultramarine #1E13AF

Tints of Ultramarine #1E13AF

Color information

#1E13AF (or 0x1E13AF) is unknown color: approx Ultramarine. HEX triplet: 1E, 13 and AF. RGB value is (30,19,175). Sum of RGB (Red+Green+Blue) = 30+19+175=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E13AF is #E1EC50. Grayscale: #272727. Windows color (decimal): -14806097 or 11473694. OLE color: 11473694.

HSL color Cylindrical-coordinate representation of color #1E13AF: hue angle of 244.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E13AF is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3019175-
CMYK0.830.8900.31
HSL244.23º80.41%38.04%-
HSV(B)244.23º89.14%68.63%-
XYZ8.513.8440.85-
YUV40.07204.14120.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 175 (68.75% from 255) = 78.12%
R=13.39%
G=8.48%
B=78.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30191750.830.8900.31244.2380.4138.04
Hex1E13AF535901Ff45026
Octal362325712313103736412046
Binary11110100111010111110100111011001011111111101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E13AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,175); }

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

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

 a { background-color: rgb(30,19,175); }

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

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

 span { border-color: rgb(30,19,175); }

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