Html Css Color HEX #1E10AF Ultramarine

📋 copy color: '#1E10AF'

red 30 ◦ green 16 ◦ blue 175

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

Shades of Ultramarine #1E10AF

Tints of Ultramarine #1E10AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 79.19%

R = 13.57%
G = 7.24%
B = 79.19%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E10AF (or 0x1E10AF) is known color: Ultramarine. HEX triplet: 1E, 10 and AF. RGB value is (30,16,175). Sum of RGB (Red+Green+Blue) = 30+16+175=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E10AF is #E1EF50. Grayscale: #252525. Windows color (decimal): -14806865 or 11472926. OLE color: 11472926.

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

Color convert

RGB 30 16 175 -
CMYK 0.83 0.91 0 0.31
HSL 245.28º 0.83% 0.37% -
HSV(B) 245.28º 0.91% 0.69% -
XYZ 8.46 3.74 40.83 -
YUV 38.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 30 16 175 0.83 0.91 0 0.31 245.28 0.83 0.37
Hex 1E 10 AF 53 5B 0 1F F5 53 25
Octal 36 20 257 123 133 0 37 365 123 45
Binary 11110 10000 10101111 1010011 1011011 0 11111 11110101 1010011 100101

Color Harmonies of #1E10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E10AF

Black with #1E10AF

Text Example


Text Example

White with #1E10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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