Html Css Color HEX #1E194C Paua

📋 copy color: '#1E194C'

red 30 ◦ green 25 ◦ blue 76

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

Shades of Paua #1E194C

Tints of Paua #1E194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.02%

R = 22.9%
G = 19.08%
B = 58.02%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1E194C (or 0x1E194C) is known color: Paua. HEX triplet: 1E, 19 and 4C. RGB value is (30,25,76). Sum of RGB (Red+Green+Blue) = 30+25+76=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E194C is #E1E6B3. Grayscale: #202020. Windows color (decimal): -14804660 or 4987166. OLE color: 4987166.

HSL color Cylindrical-coordinate representation of color #1E194C: hue angle of 245.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E194C is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 30 25 76 -
CMYK 0.61 0.67 0 0.70
HSL 245.88º 0.5% 0.2% -
HSV(B) 245.88º 0.67% 0.3% -
XYZ 2.19 1.49 7.01 -
YUV 32.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 30 25 76 0.61 0.67 0 0.70 245.88 0.5 0.2
Hex 1E 19 4C 3D 43 0 46 F6 32 14
Octal 36 31 114 75 103 0 106 366 62 24
Binary 11110 11001 1001100 111101 1000011 0 1000110 11110110 110010 10100

Color Harmonies of #1E194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E194C

Black with #1E194C

Text Example


Text Example

White with #1E194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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