Html Css Color HEX #1E1D56 Paua

📋 copy color: '#1E1D56'

red 30 ◦ green 29 ◦ blue 86

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

Shades of Paua #1E1D56

Tints of Paua #1E1D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

 BLUE value IS 86 (33.98% from 255) = 59.31%

R = 20.69%
G = 20%
B = 59.31%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1E1D56 (or 0x1E1D56) is known color: Paua. HEX triplet: 1E, 1D and 56. RGB value is (30,29,86). Sum of RGB (Red+Green+Blue) = 30+29+86=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #1E1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1D56 is #E1E2A9. Grayscale: #232323. Windows color (decimal): -14803626 or 5643550. OLE color: 5643550.

HSL color Cylindrical-coordinate representation of color #1E1D56: hue angle of 241.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E1D56 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 30 29 86 -
CMYK 0.65 0.66 0 0.66
HSL 241.05º 0.5% 0.23% -
HSV(B) 241.05º 0.66% 0.34% -
XYZ 2.65 1.83 9.02 -
YUV 35.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 30 29 86 0.65 0.66 0 0.66 241.05 0.5 0.23
Hex 1E 1D 56 41 42 0 42 F1 32 17
Octal 36 35 126 101 102 0 102 361 62 27
Binary 11110 11101 1010110 1000001 1000010 0 1000010 11110001 110010 10111

Color Harmonies of #1E1D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1D56

Black with #1E1D56

Text Example


Text Example

White with #1E1D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,29,86); }

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

background-color css

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

 a { background-color: rgb(30,29,86); }

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

border-color css

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

 span { border-color: rgb(30,29,86); }

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