Html Css Color HEX #1E144F Paua

📋 copy color: '#1E144F'

red 30 ◦ green 20 ◦ blue 79

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

Shades of Paua #1E144F

Tints of Paua #1E144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 79 (31.25% from 255) = 61.24%

R = 23.26%
G = 15.5%
B = 61.24%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E144F (or 0x1E144F) is known color: Paua. HEX triplet: 1E, 14 and 4F. RGB value is (30,20,79). Sum of RGB (Red+Green+Blue) = 30+20+79=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E144F is #E1EBB0. Grayscale: #1D1D1D. Windows color (decimal): -14805937 or 5182494. OLE color: 5182494.

HSL color Cylindrical-coordinate representation of color #1E144F: hue angle of 250.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E144F is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 20 79 -
CMYK 0.62 0.75 0 0.69
HSL 250.17º 0.6% 0.19% -
HSV(B) 250.17º 0.75% 0.31% -
XYZ 2.2 1.34 7.54 -
YUV 29.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 30 20 79 0.62 0.75 0 0.69 250.17 0.6 0.19
Hex 1E 14 4F 3E 4B 0 45 FA 3C 13
Octal 36 24 117 76 113 0 105 372 74 23
Binary 11110 10100 1001111 111110 1001011 0 1000101 11111010 111100 10011

Color Harmonies of #1E144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E144F

Black with #1E144F

Text Example


Text Example

White with #1E144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,20,79); }

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

background-color css

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

 a { background-color: rgb(30,20,79); }

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

border-color css

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

 span { border-color: rgb(30,20,79); }

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