Html Css Color HEX #1E2297 Ultramarine

📋 copy color: '#1E2297'

red 30 ◦ green 34 ◦ blue 151

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

Shades of Ultramarine #1E2297

Tints of Ultramarine #1E2297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

 BLUE value IS 151 (59.38% from 255) = 70.23%

R = 13.95%
G = 15.81%
B = 70.23%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E2297 (or 0x1E2297) is known color: Ultramarine. HEX triplet: 1E, 22 and 97. RGB value is (30,34,151). Sum of RGB (Red+Green+Blue) = 30+34+151=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E2297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2297 is #E1DD68. Grayscale: #2D2D2D. Windows color (decimal): -14802281 or 9904670. OLE color: 9904670.

HSL color Cylindrical-coordinate representation of color #1E2297: hue angle of 238.02º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2297 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 34 151 -
CMYK 0.80 0.77 0 0.41
HSL 238.02º 0.67% 0.35% -
HSV(B) 238.02º 0.8% 0.59% -
XYZ 6.69 3.65 29.63 -
YUV 46.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 30 34 151 0.80 0.77 0 0.41 238.02 0.67 0.35
Hex 1E 22 97 50 4D 0 29 EE 43 23
Octal 36 42 227 120 115 0 51 356 103 43
Binary 11110 100010 10010111 1010000 1001101 0 101001 11101110 1000011 100011

Color Harmonies of #1E2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2297

Black with #1E2297

Text Example


Text Example

White with #1E2297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,34,151); }

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

background-color css

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

 a { background-color: rgb(30,34,151); }

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

border-color css

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

 span { border-color: rgb(30,34,151); }

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