Html Css Color HEX #1E14B4 Ultramarine

📋 copy color: '#1E14B4'

red 30 ◦ green 20 ◦ blue 180

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

Shades of Ultramarine #1E14B4

Tints of Ultramarine #1E14B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 78.26%

R = 13.04%
G = 8.7%
B = 78.26%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1E14B4 (or 0x1E14B4) is known color: Ultramarine. HEX triplet: 1E, 14 and B4. RGB value is (30,20,180). Sum of RGB (Red+Green+Blue) = 30+20+180=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 180 (70.70% from 255 or 78.26% from 230); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E14B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14B4 is #E1EB4B. Grayscale: #282828. Windows color (decimal): -14805836 or 11801630. OLE color: 11801630.

HSL color Cylindrical-coordinate representation of color #1E14B4: hue angle of 243.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E14B4 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 30 20 180 -
CMYK 0.83 0.89 0 0.29
HSL 243.75º 0.8% 0.39% -
HSV(B) 243.75º 0.89% 0.71% -
XYZ 9.02 4.07 43.49 -
YUV 41.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 30 20 180 0.83 0.89 0 0.29 243.75 0.8 0.39
Hex 1E 14 B4 53 59 0 1D F4 50 27
Octal 36 24 264 123 131 0 35 364 120 47
Binary 11110 10100 10110100 1010011 1011001 0 11101 11110100 1010000 100111

Color Harmonies of #1E14B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E14B4

Black with #1E14B4

Text Example


Text Example

White with #1E14B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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