Html Css Color HEX #1E06AB Ultramarine

📋 copy color: '#1E06AB'

red 30 ◦ green 6 ◦ blue 171

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

Shades of Ultramarine #1E06AB

Tints of Ultramarine #1E06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 82.61%

R = 14.49%
G = 2.9%
B = 82.61%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E06AB (or 0x1E06AB) is known color: Ultramarine. HEX triplet: 1E, 06 and AB. RGB value is (30,6,171). Sum of RGB (Red+Green+Blue) = 30+6+171=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E06AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E06AB is #E1F954. Grayscale: #1F1F1F. Windows color (decimal): -14809429 or 11208222. OLE color: 11208222.

HSL color Cylindrical-coordinate representation of color #1E06AB: hue angle of 248.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E06AB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 6 171 -
CMYK 0.82 0.96 0 0.33
HSL 248.73º 0.93% 0.35% -
HSV(B) 248.73º 0.96% 0.67% -
XYZ 7.95 3.35 38.75 -
YUV 31.99 206.45 126.58 -
System Red Green Blue C M Y K H S L
Decimal 30 6 171 0.82 0.96 0 0.33 248.73 0.93 0.35
Hex 1E 6 AB 52 60 0 21 F9 5D 23
Octal 36 6 253 122 140 0 41 371 135 43
Binary 11110 110 10101011 1010010 1100000 0 100001 11111001 1011101 100011

Color Harmonies of #1E06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E06AB

Black with #1E06AB

Text Example


Text Example

White with #1E06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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