Html Css Color HEX #1E1858 Paua

📋 copy color: '#1E1858'

red 30 ◦ green 24 ◦ blue 88

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

Shades of Paua #1E1858

Tints of Paua #1E1858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 88 (34.77% from 255) = 61.97%

R = 21.13%
G = 16.9%
B = 61.97%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E1858 (or 0x1E1858) is known color: Paua. HEX triplet: 1E, 18 and 58. RGB value is (30,24,88). Sum of RGB (Red+Green+Blue) = 30+24+88=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1858 is #E1E7A7. Grayscale: #202020. Windows color (decimal): -14804904 or 5773342. OLE color: 5773342.

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

Color convert

RGB 30 24 88 -
CMYK 0.66 0.73 0 0.65
HSL 245.63º 0.57% 0.22% -
HSV(B) 245.63º 0.73% 0.35% -
XYZ 2.62 1.63 9.41 -
YUV 33.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 30 24 88 0.66 0.73 0 0.65 245.63 0.57 0.22
Hex 1E 18 58 42 49 0 41 F6 39 16
Octal 36 30 130 102 111 0 101 366 71 26
Binary 11110 11000 1011000 1000010 1001001 0 1000001 11110110 111001 10110

Color Harmonies of #1E1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1858

Black with #1E1858

Text Example


Text Example

White with #1E1858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,24,88); }

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

background-color css

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

 a { background-color: rgb(30,24,88); }

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

border-color css

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

 span { border-color: rgb(30,24,88); }

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