#1E0FAC

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

Shades of Ultramarine #1E0FAC

Tints of Ultramarine #1E0FAC

Color information

#1E0FAC (or 0x1E0FAC) is unknown color: approx Ultramarine. HEX triplet: 1E, 0F and AC. RGB value is (30,15,172). Sum of RGB (Red+Green+Blue) = 30+15+172=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FAC is #E1F053. Grayscale: #242424. Windows color (decimal): -14807124 or 11276062. OLE color: 11276062.

HSL color Cylindrical-coordinate representation of color #1E0FAC: hue angle of 245.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0FAC is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3015172-
CMYK0.830.9100.33
HSL245.73º83.96%36.67%-
HSV(B)245.73º91.28%67.45%-
XYZ8.153.639.29-
YUV37.38203.97122.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 172 (67.58% from 255) = 79.26%
R=13.82%
G=6.91%
B=79.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30151720.830.9100.33245.7383.9636.67
Hex1EFAC535B021f65425
Octal361725412313304136612445
Binary11110111110101100101001110110110100001111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,172); }

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

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

 a { background-color: rgb(30,15,172); }

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

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

 span { border-color: rgb(30,15,172); }

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