Html Css Color HEX #1E155A Paua

📋 copy color: '#1E155A'

red 30 ◦ green 21 ◦ blue 90

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

Shades of Paua #1E155A

Tints of Paua #1E155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 21.28%
G = 14.89%
B = 63.83%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E155A (or 0x1E155A) is known color: Paua. HEX triplet: 1E, 15 and 5A. RGB value is (30,21,90). Sum of RGB (Red+Green+Blue) = 30+21+90=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E155A is #E1EAA5. Grayscale: #1F1F1F. Windows color (decimal): -14805670 or 5903646. OLE color: 5903646.

HSL color Cylindrical-coordinate representation of color #1E155A: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E155A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 21 90 -
CMYK 0.67 0.77 0 0.65
HSL 247.83º 0.62% 0.22% -
HSV(B) 247.83º 0.77% 0.35% -
XYZ 2.65 1.55 9.83 -
YUV 31.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 30 21 90 0.67 0.77 0 0.65 247.83 0.62 0.22
Hex 1E 15 5A 43 4D 0 41 F8 3E 16
Octal 36 25 132 103 115 0 101 370 76 26
Binary 11110 10101 1011010 1000011 1001101 0 1000001 11111000 111110 10110

Color Harmonies of #1E155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E155A

Black with #1E155A

Text Example


Text Example

White with #1E155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,90); }

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

background-color css

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

 a { background-color: rgb(30,21,90); }

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

border-color css

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

 span { border-color: rgb(30,21,90); }

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