Html Css Color HEX #1E09A0 Ultramarine

📋 copy color: '#1E09A0'

red 30 ◦ green 9 ◦ blue 160

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

Shades of Ultramarine #1E09A0

Tints of Ultramarine #1E09A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 160 (62.89% from 255) = 80.4%

R = 15.08%
G = 4.52%
B = 80.4%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1E09A0 (or 0x1E09A0) is known color: Ultramarine. HEX triplet: 1E, 09 and A0. RGB value is (30,9,160). Sum of RGB (Red+Green+Blue) = 30+9+160=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 160 (62.89% from 255 or 80.40% from 199); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E09A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E09A0 is #E1F65F. Grayscale: #1F1F1F. Windows color (decimal): -14808672 or 10488094. OLE color: 10488094.

HSL color Cylindrical-coordinate representation of color #1E09A0: hue angle of 248.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E09A0 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 9 160 -
CMYK 0.81 0.94 0 0.37
HSL 248.34º 0.89% 0.33% -
HSV(B) 248.34º 0.94% 0.63% -
XYZ 6.98 3.01 33.47 -
YUV 32.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 30 9 160 0.81 0.94 0 0.37 248.34 0.89 0.33
Hex 1E 9 A0 51 5E 0 25 F8 59 21
Octal 36 11 240 121 136 0 45 370 131 41
Binary 11110 1001 10100000 1010001 1011110 0 100101 11111000 1011001 100001

Color Harmonies of #1E09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E09A0

Black with #1E09A0

Text Example


Text Example

White with #1E09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,160); }

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

background-color css

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

 a { background-color: rgb(30,9,160); }

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

border-color css

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

 span { border-color: rgb(30,9,160); }

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