Html Css Color HEX #1E01AC Ultramarine

📋 copy color: '#1E01AC'

red 30 ◦ green 1 ◦ blue 172

#1E01AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1E01AC

Tints of Ultramarine #1E01AC

RGB

 RED value IS 30 (12.11% from 255) = 14.78%

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 172 (67.58% from 255) = 84.73%

R = 14.78%
G = 0.49%
B = 84.73%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E01AC (or 0x1E01AC) is known color: Ultramarine. HEX triplet: 1E, 01 and AC. RGB value is (30,1,172). Sum of RGB (Red+Green+Blue) = 30+1+172=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E01AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E01AC is #E1FE53. Grayscale: #1C1C1C. Windows color (decimal): -14810708 or 11272478. OLE color: 11272478.

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

Color convert

RGB 30 1 172 -
CMYK 0.83 0.99 0 0.33
HSL 250.18º 0.99% 0.34% -
HSV(B) 250.18º 0.99% 0.67% -
XYZ 7.99 3.28 39.24 -
YUV 29.17 208.61 128.6 -
System Red Green Blue C M Y K H S L
Decimal 30 1 172 0.83 0.99 0 0.33 250.18 0.99 0.34
Hex 1E 1 AC 53 63 0 21 FA 63 22
Octal 36 1 254 123 143 0 41 372 143 42
Binary 11110 1 10101100 1010011 1100011 0 100001 11111010 1100011 100010

Color Harmonies of #1E01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E01AC

Black with #1E01AC

Text Example


Text Example

White with #1E01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E01AC;
 }
 .AnyTagClassName
 {
   color: #1E01AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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