Html Css Color HEX #1E164C Paua

📋 copy color: '#1E164C'

red 30 ◦ green 22 ◦ blue 76

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

Shades of Paua #1E164C

Tints of Paua #1E164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 23.44%
G = 17.19%
B = 59.38%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1E164C (or 0x1E164C) is known color: Paua. HEX triplet: 1E, 16 and 4C. RGB value is (30,22,76). Sum of RGB (Red+Green+Blue) = 30+22+76=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E164C is #E1E9B3. Grayscale: #1E1E1E. Windows color (decimal): -14805428 or 4986398. OLE color: 4986398.

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

Color convert

RGB 30 22 76 -
CMYK 0.61 0.71 0 0.70
HSL 248.89º 0.55% 0.19% -
HSV(B) 248.89º 0.71% 0.3% -
XYZ 2.13 1.37 6.99 -
YUV 30.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 30 22 76 0.61 0.71 0 0.70 248.89 0.55 0.19
Hex 1E 16 4C 3D 47 0 46 F9 37 13
Octal 36 26 114 75 107 0 106 371 67 23
Binary 11110 10110 1001100 111101 1000111 0 1000110 11111001 110111 10011

Color Harmonies of #1E164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E164C

Black with #1E164C

Text Example


Text Example

White with #1E164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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