Html Css Color HEX #1E10AB Ultramarine

📋 copy color: '#1E10AB'

red 30 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #1E10AB

Tints of Ultramarine #1E10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 13.82%
G = 7.37%
B = 78.8%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E10AB (or 0x1E10AB) is known color: Ultramarine. HEX triplet: 1E, 10 and AB. RGB value is (30,16,171). Sum of RGB (Red+Green+Blue) = 30+16+171=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E10AB is #E1EF54. Grayscale: #252525. Windows color (decimal): -14806869 or 11210782. OLE color: 11210782.

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

Color convert

RGB 30 16 171 -
CMYK 0.82 0.91 0 0.33
HSL 245.42º 0.83% 0.37% -
HSV(B) 245.42º 0.91% 0.67% -
XYZ 8.07 3.59 38.8 -
YUV 37.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 30 16 171 0.82 0.91 0 0.33 245.42 0.83 0.37
Hex 1E 10 AB 52 5B 0 21 F5 53 25
Octal 36 20 253 122 133 0 41 365 123 45
Binary 11110 10000 10101011 1010010 1011011 0 100001 11110101 1010011 100101

Color Harmonies of #1E10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E10AB

Black with #1E10AB

Text Example


Text Example

White with #1E10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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