Html Css Color HEX #1E12AF Ultramarine

📋 copy color: '#1E12AF'

red 30 ◦ green 18 ◦ blue 175

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

Shades of Ultramarine #1E12AF

Tints of Ultramarine #1E12AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 13.45%
G = 8.07%
B = 78.48%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E12AF (or 0x1E12AF) is known color: Ultramarine. HEX triplet: 1E, 12 and AF. RGB value is (30,18,175). Sum of RGB (Red+Green+Blue) = 30+18+175=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E12AF is #E1ED50. Grayscale: #262626. Windows color (decimal): -14806353 or 11473438. OLE color: 11473438.

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

Color convert

RGB 30 18 175 -
CMYK 0.83 0.90 0 0.31
HSL 244.59º 0.81% 0.38% -
HSV(B) 244.59º 0.9% 0.69% -
XYZ 8.49 3.8 40.84 -
YUV 39.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 30 18 175 0.83 0.90 0 0.31 244.59 0.81 0.38
Hex 1E 12 AF 53 5A 0 1F F5 51 26
Octal 36 22 257 123 132 0 37 365 121 46
Binary 11110 10010 10101111 1010011 1011010 0 11111 11110101 1010001 100110

Color Harmonies of #1E12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E12AF

Black with #1E12AF

Text Example


Text Example

White with #1E12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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