Html Css Color HEX #1E128B Ultramarine

📋 copy color: '#1E128B'

red 30 ◦ green 18 ◦ blue 139

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

Shades of Ultramarine #1E128B

Tints of Ultramarine #1E128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 139 (54.69% from 255) = 74.33%

R = 16.04%
G = 9.63%
B = 74.33%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E128B (or 0x1E128B) is known color: Ultramarine. HEX triplet: 1E, 12 and 8B. RGB value is (30,18,139). Sum of RGB (Red+Green+Blue) = 30+18+139=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E128B is #E1ED74. Grayscale: #222222. Windows color (decimal): -14806389 or 9114142. OLE color: 9114142.

HSL color Cylindrical-coordinate representation of color #1E128B: hue angle of 245.95º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E128B is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 18 139 -
CMYK 0.78 0.87 0 0.45
HSL 245.95º 0.77% 0.31% -
HSV(B) 245.95º 0.87% 0.55% -
XYZ 5.41 2.57 24.64 -
YUV 35.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 30 18 139 0.78 0.87 0 0.45 245.95 0.77 0.31
Hex 1E 12 8B 4E 57 0 2D F6 4D 1F
Octal 36 22 213 116 127 0 55 366 115 37
Binary 11110 10010 10001011 1001110 1010111 0 101101 11110110 1001101 11111

Color Harmonies of #1E128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E128B

Black with #1E128B

Text Example


Text Example

White with #1E128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,139); }

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

background-color css

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

 a { background-color: rgb(30,18,139); }

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

border-color css

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

 span { border-color: rgb(30,18,139); }

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