Html Css Color HEX #1E085B Paua

📋 copy color: '#1E085B'

red 30 ◦ green 8 ◦ blue 91

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

Shades of Paua #1E085B

Tints of Paua #1E085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 91 (35.94% from 255) = 70.54%

R = 23.26%
G = 6.2%
B = 70.54%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E085B (or 0x1E085B) is known color: Paua. HEX triplet: 1E, 08 and 5B. RGB value is (30,8,91). Sum of RGB (Red+Green+Blue) = 30+8+91=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E085B is #E1F7A4. Grayscale: #171717. Windows color (decimal): -14808997 or 5965854. OLE color: 5965854.

HSL color Cylindrical-coordinate representation of color #1E085B: hue angle of 255.9º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E085B is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 8 91 -
CMYK 0.67 0.91 0 0.64
HSL 255.9º 0.84% 0.19% -
HSV(B) 255.9º 0.91% 0.36% -
XYZ 2.51 1.21 10 -
YUV 24.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 30 8 91 0.67 0.91 0 0.64 255.9 0.84 0.19
Hex 1E 8 5B 43 5B 0 40 100 54 13
Octal 36 10 133 103 133 0 100 400 124 23
Binary 11110 1000 1011011 1000011 1011011 0 1000000 100000000 1010100 10011

Color Harmonies of #1E085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E085B

Black with #1E085B

Text Example


Text Example

White with #1E085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,91); }

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

background-color css

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

 a { background-color: rgb(30,8,91); }

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

border-color css

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

 span { border-color: rgb(30,8,91); }

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