Html Css Color HEX #1E0485 Ultramarine

📋 copy color: '#1E0485'

red 30 ◦ green 4 ◦ blue 133

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

Shades of Ultramarine #1E0485

Tints of Ultramarine #1E0485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 133 (52.34% from 255) = 79.64%

R = 17.96%
G = 2.4%
B = 79.64%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E0485 (or 0x1E0485) is known color: Ultramarine. HEX triplet: 1E, 04 and 85. RGB value is (30,4,133). Sum of RGB (Red+Green+Blue) = 30+4+133=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E0485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0485 is #E1FB7A. Grayscale: #191919. Windows color (decimal): -14809979 or 8717342. OLE color: 8717342.

HSL color Cylindrical-coordinate representation of color #1E0485: hue angle of 252.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0485 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 4 133 -
CMYK 0.77 0.97 0 0.48
HSL 252.09º 0.94% 0.27% -
HSV(B) 252.09º 0.97% 0.52% -
XYZ 4.81 2.06 22.33 -
YUV 26.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 30 4 133 0.77 0.97 0 0.48 252.09 0.94 0.27
Hex 1E 4 85 4D 61 0 30 FC 5E 1B
Octal 36 4 205 115 141 0 60 374 136 33
Binary 11110 100 10000101 1001101 1100001 0 110000 11111100 1011110 11011

Color Harmonies of #1E0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0485

Black with #1E0485

Text Example


Text Example

White with #1E0485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,133); }

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

background-color css

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

 a { background-color: rgb(30,4,133); }

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

border-color css

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

 span { border-color: rgb(30,4,133); }

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