Html Css Color HEX #1E1058 Paua

📋 copy color: '#1E1058'

red 30 ◦ green 16 ◦ blue 88

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

Shades of Paua #1E1058

Tints of Paua #1E1058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 22.39%
G = 11.94%
B = 65.67%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E1058 (or 0x1E1058) is known color: Paua. HEX triplet: 1E, 10 and 58. RGB value is (30,16,88). Sum of RGB (Red+Green+Blue) = 30+16+88=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1058 is #E1EFA7. Grayscale: #1C1C1C. Windows color (decimal): -14806952 or 5771294. OLE color: 5771294.

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

Color convert

RGB 30 16 88 -
CMYK 0.66 0.82 0 0.65
HSL 251.67º 0.69% 0.2% -
HSV(B) 251.67º 0.82% 0.35% -
XYZ 2.48 1.35 9.36 -
YUV 28.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 30 16 88 0.66 0.82 0 0.65 251.67 0.69 0.2
Hex 1E 10 58 42 52 0 41 FC 45 14
Octal 36 20 130 102 122 0 101 374 105 24
Binary 11110 10000 1011000 1000010 1010010 0 1000001 11111100 1000101 10100

Color Harmonies of #1E1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1058

Black with #1E1058

Text Example


Text Example

White with #1E1058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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