Html Css Color HEX #1E14B1 Ultramarine

📋 copy color: '#1E14B1'

red 30 ◦ green 20 ◦ blue 177

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

Shades of Ultramarine #1E14B1

Tints of Ultramarine #1E14B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 77.97%

R = 13.22%
G = 8.81%
B = 77.97%

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

#1E14B1 (or 0x1E14B1) is known color: Ultramarine. HEX triplet: 1E, 14 and B1. RGB value is (30,20,177). Sum of RGB (Red+Green+Blue) = 30+20+177=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E14B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E14B1 is #E1EB4E. Grayscale: #282828. Windows color (decimal): -14805839 or 11605022. OLE color: 11605022.

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

Color convert

RGB 30 20 177 -
CMYK 0.83 0.89 0 0.31
HSL 243.82º 0.8% 0.39% -
HSV(B) 243.82º 0.89% 0.69% -
XYZ 8.72 3.95 41.9 -
YUV 40.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 30 20 177 0.83 0.89 0 0.31 243.82 0.8 0.39
Hex 1E 14 B1 53 59 0 1F F4 50 27
Octal 36 24 261 123 131 0 37 364 120 47
Binary 11110 10100 10110001 1010011 1011001 0 11111 11110100 1010000 100111

Color Harmonies of #1E14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E14B1

Black with #1E14B1

Text Example


Text Example

White with #1E14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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