Html Css Color HEX #1E114E Paua

📋 copy color: '#1E114E'

red 30 ◦ green 17 ◦ blue 78

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

Shades of Paua #1E114E

Tints of Paua #1E114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 78 (30.86% from 255) = 62.4%

R = 24%
G = 13.6%
B = 62.4%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E114E (or 0x1E114E) is known color: Paua. HEX triplet: 1E, 11 and 4E. RGB value is (30,17,78). Sum of RGB (Red+Green+Blue) = 30+17+78=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E114E is #E1EEB1. Grayscale: #1B1B1B. Windows color (decimal): -14806706 or 5116190. OLE color: 5116190.

HSL color Cylindrical-coordinate representation of color #1E114E: hue angle of 252.79º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E114E is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 17 78 -
CMYK 0.62 0.78 0 0.69
HSL 252.79º 0.64% 0.19% -
HSV(B) 252.79º 0.78% 0.31% -
XYZ 2.11 1.23 7.33 -
YUV 27.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 30 17 78 0.62 0.78 0 0.69 252.79 0.64 0.19
Hex 1E 11 4E 3E 4E 0 45 FD 40 13
Octal 36 21 116 76 116 0 105 375 100 23
Binary 11110 10001 1001110 111110 1001110 0 1000101 11111101 1000000 10011

Color Harmonies of #1E114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E114E

Black with #1E114E

Text Example


Text Example

White with #1E114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,78); }

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

background-color css

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

 a { background-color: rgb(30,17,78); }

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

border-color css

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

 span { border-color: rgb(30,17,78); }

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