Html Css Color HEX #1E0F59 Paua

📋 copy color: '#1E0F59'

red 30 ◦ green 15 ◦ blue 89

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

Shades of Paua #1E0F59

Tints of Paua #1E0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.19%

 BLUE value IS 89 (35.16% from 255) = 66.42%

R = 22.39%
G = 11.19%
B = 66.42%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1E0F59 (or 0x1E0F59) is known color: Paua. HEX triplet: 1E, 0F and 59. RGB value is (30,15,89). Sum of RGB (Red+Green+Blue) = 30+15+89=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E0F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0F59 is #E1F0A6. Grayscale: #1B1B1B. Windows color (decimal): -14807207 or 5836574. OLE color: 5836574.

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

Color convert

RGB 30 15 89 -
CMYK 0.66 0.83 0 0.65
HSL 252.16º 0.71% 0.2% -
HSV(B) 252.16º 0.83% 0.35% -
XYZ 2.51 1.34 9.58 -
YUV 27.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 30 15 89 0.66 0.83 0 0.65 252.16 0.71 0.2
Hex 1E F 59 42 53 0 41 FC 47 14
Octal 36 17 131 102 123 0 101 374 107 24
Binary 11110 1111 1011001 1000010 1010011 0 1000001 11111100 1000111 10100

Color Harmonies of #1E0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0F59

Black with #1E0F59

Text Example


Text Example

White with #1E0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,15,89); }

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

background-color css

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

 a { background-color: rgb(30,15,89); }

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

border-color css

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

 span { border-color: rgb(30,15,89); }

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