Html Css Color HEX #1E0298 Ultramarine

📋 copy color: '#1E0298'

red 30 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #1E0298

Tints of Ultramarine #1E0298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 82.61%

R = 16.3%
G = 1.09%
B = 82.61%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E0298 (or 0x1E0298) is known color: Ultramarine. HEX triplet: 1E, 02 and 98. RGB value is (30,2,152). Sum of RGB (Red+Green+Blue) = 30+2+152=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 152 (59.77% from 255 or 82.61% from 184); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0298 is #E1FD67. Grayscale: #1A1A1A. Windows color (decimal): -14810472 or 9962014. OLE color: 9962014.

HSL color Cylindrical-coordinate representation of color #1E0298: hue angle of 251.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0298 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 2 152 -
CMYK 0.80 0.99 0 0.40
HSL 251.2º 0.97% 0.3% -
HSV(B) 251.2º 0.99% 0.6% -
XYZ 6.22 2.59 29.88 -
YUV 27.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 30 2 152 0.80 0.99 0 0.40 251.2 0.97 0.3
Hex 1E 2 98 50 63 0 28 FB 61 1E
Octal 36 2 230 120 143 0 50 373 141 36
Binary 11110 10 10011000 1010000 1100011 0 101000 11111011 1100001 11110

Color Harmonies of #1E0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0298

Black with #1E0298

Text Example


Text Example

White with #1E0298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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