Html Css Color HEX #1E1947 Paua

📋 copy color: '#1E1947'

red 30 ◦ green 25 ◦ blue 71

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

Shades of Paua #1E1947

Tints of Paua #1E1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 71 (28.13% from 255) = 56.35%

R = 23.81%
G = 19.84%
B = 56.35%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E1947 (or 0x1E1947) is known color: Paua. HEX triplet: 1E, 19 and 47. RGB value is (30,25,71). Sum of RGB (Red+Green+Blue) = 30+25+71=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1947 is #E1E6B8. Grayscale: #1F1F1F. Windows color (decimal): -14804665 or 4659486. OLE color: 4659486.

HSL color Cylindrical-coordinate representation of color #1E1947: hue angle of 246.52º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E1947 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 25 71 -
CMYK 0.58 0.65 0 0.72
HSL 246.52º 0.48% 0.19% -
HSV(B) 246.52º 0.65% 0.28% -
XYZ 2.02 1.43 6.13 -
YUV 31.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 30 25 71 0.58 0.65 0 0.72 246.52 0.48 0.19
Hex 1E 19 47 3A 41 0 48 F7 30 13
Octal 36 31 107 72 101 0 110 367 60 23
Binary 11110 11001 1000111 111010 1000001 0 1001000 11110111 110000 10011

Color Harmonies of #1E1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1947

Black with #1E1947

Text Example


Text Example

White with #1E1947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,25,71); }

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

background-color css

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

 a { background-color: rgb(30,25,71); }

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

border-color css

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

 span { border-color: rgb(30,25,71); }

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