Html Css Color HEX #1E168A Ultramarine

📋 copy color: '#1E168A'

red 30 ◦ green 22 ◦ blue 138

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

Shades of Ultramarine #1E168A

Tints of Ultramarine #1E168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 15.79%
G = 11.58%
B = 72.63%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E168A (or 0x1E168A) is known color: Ultramarine. HEX triplet: 1E, 16 and 8A. RGB value is (30,22,138). Sum of RGB (Red+Green+Blue) = 30+22+138=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E168A is #E1E975. Grayscale: #252525. Windows color (decimal): -14805366 or 9049630. OLE color: 9049630.

HSL color Cylindrical-coordinate representation of color #1E168A: hue angle of 244.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E168A is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 22 138 -
CMYK 0.78 0.84 0 0.46
HSL 244.14º 0.73% 0.31% -
HSV(B) 244.14º 0.84% 0.54% -
XYZ 5.41 2.68 24.28 -
YUV 37.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 30 22 138 0.78 0.84 0 0.46 244.14 0.73 0.31
Hex 1E 16 8A 4E 54 0 2E F4 48 1F
Octal 36 26 212 116 124 0 56 364 110 37
Binary 11110 10110 10001010 1001110 1010100 0 101110 11110100 1001000 11111

Color Harmonies of #1E168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E168A

Black with #1E168A

Text Example


Text Example

White with #1E168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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