Html Css Color HEX #1E15A4 Ultramarine

📋 copy color: '#1E15A4'

red 30 ◦ green 21 ◦ blue 164

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

Shades of Ultramarine #1E15A4

Tints of Ultramarine #1E15A4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 164 (64.45% from 255) = 76.28%

R = 13.95%
G = 9.77%
B = 76.28%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1E15A4 (or 0x1E15A4) is known color: Ultramarine. HEX triplet: 1E, 15 and A4. RGB value is (30,21,164). Sum of RGB (Red+Green+Blue) = 30+21+164=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 164 (64.45% from 255 or 76.28% from 215); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E15A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E15A4 is #E1EA5B. Grayscale: #272727. Windows color (decimal): -14805596 or 10753310. OLE color: 10753310.

HSL color Cylindrical-coordinate representation of color #1E15A4: hue angle of 243.78º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E15A4 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 21 164 -
CMYK 0.82 0.87 0 0.36
HSL 243.78º 0.77% 0.36% -
HSV(B) 243.78º 0.87% 0.64% -
XYZ 7.5 3.49 35.4 -
YUV 39.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 30 21 164 0.82 0.87 0 0.36 243.78 0.77 0.36
Hex 1E 15 A4 52 57 0 24 F4 4D 24
Octal 36 25 244 122 127 0 44 364 115 44
Binary 11110 10101 10100100 1010010 1010111 0 100100 11110100 1001101 100100

Color Harmonies of #1E15A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E15A4

Black with #1E15A4

Text Example


Text Example

White with #1E15A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,164); }

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

background-color css

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

 a { background-color: rgb(30,21,164); }

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

border-color css

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

 span { border-color: rgb(30,21,164); }

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