Html Css Color HEX #1E087D Ultramarine

📋 copy color: '#1E087D'

red 30 ◦ green 8 ◦ blue 125

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

Shades of Ultramarine #1E087D

Tints of Ultramarine #1E087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 125 (49.22% from 255) = 76.69%

R = 18.4%
G = 4.91%
B = 76.69%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E087D (or 0x1E087D) is known color: Ultramarine. HEX triplet: 1E, 08 and 7D. RGB value is (30,8,125). Sum of RGB (Red+Green+Blue) = 30+8+125=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E087D is #E1F782. Grayscale: #1B1B1B. Windows color (decimal): -14808963 or 8194078. OLE color: 8194078.

HSL color Cylindrical-coordinate representation of color #1E087D: hue angle of 251.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E087D is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 8 125 -
CMYK 0.76 0.94 0 0.51
HSL 251.28º 0.88% 0.26% -
HSV(B) 251.28º 0.94% 0.49% -
XYZ 4.32 1.93 19.55 -
YUV 27.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 30 8 125 0.76 0.94 0 0.51 251.28 0.88 0.26
Hex 1E 8 7D 4C 5E 0 33 FB 58 1A
Octal 36 10 175 114 136 0 63 373 130 32
Binary 11110 1000 1111101 1001100 1011110 0 110011 11111011 1011000 11010

Color Harmonies of #1E087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E087D

Black with #1E087D

Text Example


Text Example

White with #1E087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,125); }

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

background-color css

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

 a { background-color: rgb(30,8,125); }

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

border-color css

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

 span { border-color: rgb(30,8,125); }

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