Html Css Color HEX #1E029B Ultramarine

📋 copy color: '#1E029B'

red 30 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #1E029B

Tints of Ultramarine #1E029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 16.04%
G = 1.07%
B = 82.89%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E029B (or 0x1E029B) is known color: Ultramarine. HEX triplet: 1E, 02 and 9B. RGB value is (30,2,155). Sum of RGB (Red+Green+Blue) = 30+2+155=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E029B is #E1FD64. Grayscale: #1B1B1B. Windows color (decimal): -14810469 or 10158622. OLE color: 10158622.

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

Color convert

RGB 30 2 155 -
CMYK 0.81 0.99 0 0.39
HSL 250.98º 0.97% 0.31% -
HSV(B) 250.98º 0.99% 0.61% -
XYZ 6.47 2.69 31.19 -
YUV 27.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 30 2 155 0.81 0.99 0 0.39 250.98 0.97 0.31
Hex 1E 2 9B 51 63 0 27 FB 61 1F
Octal 36 2 233 121 143 0 47 373 141 37
Binary 11110 10 10011011 1010001 1100011 0 100111 11111011 1100001 11111

Color Harmonies of #1E029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E029B

Black with #1E029B

Text Example


Text Example

White with #1E029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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