Html Css Color HEX #1E1C48 Paua

📋 copy color: '#1E1C48'

red 30 ◦ green 28 ◦ blue 72

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

Shades of Paua #1E1C48

Tints of Paua #1E1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.54%

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 23.08%
G = 21.54%
B = 55.38%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E1C48 (or 0x1E1C48) is known color: Paua. HEX triplet: 1E, 1C and 48. RGB value is (30,28,72). Sum of RGB (Red+Green+Blue) = 30+28+72=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E1C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1C48 is #E1E3B7. Grayscale: #212121. Windows color (decimal): -14803896 or 4725790. OLE color: 4725790.

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

Color convert

RGB 30 28 72 -
CMYK 0.58 0.61 0 0.72
HSL 242.73º 0.44% 0.2% -
HSV(B) 242.73º 0.61% 0.28% -
XYZ 2.12 1.57 6.32 -
YUV 33.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 30 28 72 0.58 0.61 0 0.72 242.73 0.44 0.2
Hex 1E 1C 48 3A 3D 0 48 F3 2C 14
Octal 36 34 110 72 75 0 110 363 54 24
Binary 11110 11100 1001000 111010 111101 0 1001000 11110011 101100 10100

Color Harmonies of #1E1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1C48

Black with #1E1C48

Text Example


Text Example

White with #1E1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,28,72); }

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

background-color css

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

 a { background-color: rgb(30,28,72); }

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

border-color css

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

 span { border-color: rgb(30,28,72); }

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