Html Css Color HEX #1E169E Ultramarine

📋 copy color: '#1E169E'

red 30 ◦ green 22 ◦ blue 158

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

Shades of Ultramarine #1E169E

Tints of Ultramarine #1E169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

 BLUE value IS 158 (62.11% from 255) = 75.24%

R = 14.29%
G = 10.48%
B = 75.24%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E169E (or 0x1E169E) is known color: Ultramarine. HEX triplet: 1E, 16 and 9E. RGB value is (30,22,158). Sum of RGB (Red+Green+Blue) = 30+22+158=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E169E is #E1E961. Grayscale: #272727. Windows color (decimal): -14805346 or 10360350. OLE color: 10360350.

HSL color Cylindrical-coordinate representation of color #1E169E: hue angle of 243.53º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E169E is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 22 158 -
CMYK 0.81 0.86 0 0.38
HSL 243.53º 0.76% 0.35% -
HSV(B) 243.53º 0.86% 0.62% -
XYZ 6.99 3.32 32.62 -
YUV 39.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 30 22 158 0.81 0.86 0 0.38 243.53 0.76 0.35
Hex 1E 16 9E 51 56 0 26 F4 4C 23
Octal 36 26 236 121 126 0 46 364 114 43
Binary 11110 10110 10011110 1010001 1010110 0 100110 11110100 1001100 100011

Color Harmonies of #1E169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E169E

Black with #1E169E

Text Example


Text Example

White with #1E169E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,22,158); }

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

background-color css

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

 a { background-color: rgb(30,22,158); }

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

border-color css

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

 span { border-color: rgb(30,22,158); }

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