#1E0BAC

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

Shades of Ultramarine #1E0BAC

Tints of Ultramarine #1E0BAC

Color information

#1E0BAC (or 0x1E0BAC) is unknown color: approx Ultramarine. HEX triplet: 1E, 0B and AC. RGB value is (30,11,172). Sum of RGB (Red+Green+Blue) = 30+11+172=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E0BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0BAC is #E1F453. Grayscale: #222222. Windows color (decimal): -14808148 or 11275038. OLE color: 11275038.

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

Color convert

RGB3011172-
CMYK0.830.9400.33
HSL247.08º87.98%35.88%-
HSV(B)247.08º93.6%67.45%-
XYZ8.13.4939.28-
YUV35.03205.29124.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 172 (67.58% from 255) = 80.75%
R=14.08%
G=5.16%
B=80.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30111720.830.9400.33247.0887.9835.88
Hex1EBAC535E021f75824
Octal361325412313604136713044
Binary11110101110101100101001110111100100001111101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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