Html Css Color HEX #1E14AF Ultramarine

📋 copy color: '#1E14AF'

red 30 ◦ green 20 ◦ blue 175

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

Shades of Ultramarine #1E14AF

Tints of Ultramarine #1E14AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 13.33%
G = 8.89%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E14AF (or 0x1E14AF) is known color: Ultramarine. HEX triplet: 1E, 14 and AF. RGB value is (30,20,175). Sum of RGB (Red+Green+Blue) = 30+20+175=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E14AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E14AF is #E1EB50. Grayscale: #282828. Windows color (decimal): -14805841 or 11473950. OLE color: 11473950.

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

Color convert

RGB 30 20 175 -
CMYK 0.83 0.89 0 0.31
HSL 243.87º 0.79% 0.38% -
HSV(B) 243.87º 0.89% 0.69% -
XYZ 8.52 3.87 40.86 -
YUV 40.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 30 20 175 0.83 0.89 0 0.31 243.87 0.79 0.38
Hex 1E 14 AF 53 59 0 1F F4 4F 26
Octal 36 24 257 123 131 0 37 364 117 46
Binary 11110 10100 10101111 1010011 1011001 0 11111 11110100 1001111 100110

Color Harmonies of #1E14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E14AF

Black with #1E14AF

Text Example


Text Example

White with #1E14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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