Html Css Color HEX #1E144B Paua

📋 copy color: '#1E144B'

red 30 ◦ green 20 ◦ blue 75

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

Shades of Paua #1E144B

Tints of Paua #1E144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60%

R = 24%
G = 16%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E144B (or 0x1E144B) is known color: Paua. HEX triplet: 1E, 14 and 4B. RGB value is (30,20,75). Sum of RGB (Red+Green+Blue) = 30+20+75=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E144B is #E1EBB4. Grayscale: #1D1D1D. Windows color (decimal): -14805941 or 4920350. OLE color: 4920350.

HSL color Cylindrical-coordinate representation of color #1E144B: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E144B is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 20 75 -
CMYK 0.60 0.73 0 0.71
HSL 250.91º 0.58% 0.19% -
HSV(B) 250.91º 0.73% 0.29% -
XYZ 2.06 1.28 6.8 -
YUV 29.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 30 20 75 0.60 0.73 0 0.71 250.91 0.58 0.19
Hex 1E 14 4B 3C 49 0 47 FB 3A 13
Octal 36 24 113 74 111 0 107 373 72 23
Binary 11110 10100 1001011 111100 1001001 0 1000111 11111011 111010 10011

Color Harmonies of #1E144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E144B

Black with #1E144B

Text Example


Text Example

White with #1E144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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