Html Css Color HEX #1E069B Ultramarine

📋 copy color: '#1E069B'

red 30 ◦ green 6 ◦ blue 155

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

Shades of Ultramarine #1E069B

Tints of Ultramarine #1E069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 15.71%
G = 3.14%
B = 81.15%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E069B (or 0x1E069B) is known color: Ultramarine. HEX triplet: 1E, 06 and 9B. RGB value is (30,6,155). Sum of RGB (Red+Green+Blue) = 30+6+155=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E069B is #E1F964. Grayscale: #1D1D1D. Windows color (decimal): -14809445 or 10159646. OLE color: 10159646.

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

Color convert

RGB 30 6 155 -
CMYK 0.81 0.96 0 0.39
HSL 249.66º 0.93% 0.32% -
HSV(B) 249.66º 0.96% 0.61% -
XYZ 6.52 2.77 31.2 -
YUV 30.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 30 6 155 0.81 0.96 0 0.39 249.66 0.93 0.32
Hex 1E 6 9B 51 60 0 27 FA 5D 20
Octal 36 6 233 121 140 0 47 372 135 40
Binary 11110 110 10011011 1010001 1100000 0 100111 11111010 1011101 100000

Color Harmonies of #1E069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E069B

Black with #1E069B

Text Example


Text Example

White with #1E069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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