Html Css Color HEX #1E179B Ultramarine

📋 copy color: '#1E179B'

red 30 ◦ green 23 ◦ blue 155

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

Shades of Ultramarine #1E179B

Tints of Ultramarine #1E179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 14.42%
G = 11.06%
B = 74.52%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E179B (or 0x1E179B) is known color: Ultramarine. HEX triplet: 1E, 17 and 9B. RGB value is (30,23,155). Sum of RGB (Red+Green+Blue) = 30+23+155=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E179B is #E1E864. Grayscale: #272727. Windows color (decimal): -14805093 or 10163998. OLE color: 10163998.

HSL color Cylindrical-coordinate representation of color #1E179B: hue angle of 243.18º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E179B is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 23 155 -
CMYK 0.81 0.85 0 0.39
HSL 243.18º 0.74% 0.35% -
HSV(B) 243.18º 0.85% 0.61% -
XYZ 6.76 3.26 31.28 -
YUV 40.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 30 23 155 0.81 0.85 0 0.39 243.18 0.74 0.35
Hex 1E 17 9B 51 55 0 27 F3 4A 23
Octal 36 27 233 121 125 0 47 363 112 43
Binary 11110 10111 10011011 1010001 1010101 0 100111 11110011 1001010 100011

Color Harmonies of #1E179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E179B

Black with #1E179B

Text Example


Text Example

White with #1E179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,155); }

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

background-color css

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

 a { background-color: rgb(30,23,155); }

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

border-color css

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

 span { border-color: rgb(30,23,155); }

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