Html Css Color HEX #1E1952 Paua

📋 copy color: '#1E1952'

red 30 ◦ green 25 ◦ blue 82

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

Shades of Paua #1E1952

Tints of Paua #1E1952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 21.9%
G = 18.25%
B = 59.85%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1E1952 (or 0x1E1952) is known color: Paua. HEX triplet: 1E, 19 and 52. RGB value is (30,25,82). Sum of RGB (Red+Green+Blue) = 30+25+82=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #1E1952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1952 is #E1E6AD. Grayscale: #202020. Windows color (decimal): -14804654 or 5380382. OLE color: 5380382.

HSL color Cylindrical-coordinate representation of color #1E1952: hue angle of 245.26º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1952 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 30 25 82 -
CMYK 0.63 0.70 0 0.68
HSL 245.26º 0.53% 0.21% -
HSV(B) 245.26º 0.7% 0.32% -
XYZ 2.41 1.58 8.16 -
YUV 32.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 30 25 82 0.63 0.70 0 0.68 245.26 0.53 0.21
Hex 1E 19 52 3F 46 0 44 F5 35 15
Octal 36 31 122 77 106 0 104 365 65 25
Binary 11110 11001 1010010 111111 1000110 0 1000100 11110101 110101 10101

Color Harmonies of #1E1952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1952

Black with #1E1952

Text Example


Text Example

White with #1E1952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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