Html Css Color HEX #1E134C Paua

📋 copy color: '#1E134C'

red 30 ◦ green 19 ◦ blue 76

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

Shades of Paua #1E134C

Tints of Paua #1E134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 24%
G = 15.2%
B = 60.8%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1E134C (or 0x1E134C) is known color: Paua. HEX triplet: 1E, 13 and 4C. RGB value is (30,19,76). Sum of RGB (Red+Green+Blue) = 30+19+76=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E134C is #E1ECB3. Grayscale: #1C1C1C. Windows color (decimal): -14806196 or 4985630. OLE color: 4985630.

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

Color convert

RGB 30 19 76 -
CMYK 0.61 0.75 0 0.70
HSL 251.58º 0.6% 0.19% -
HSV(B) 251.58º 0.75% 0.3% -
XYZ 2.07 1.26 6.97 -
YUV 28.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 30 19 76 0.61 0.75 0 0.70 251.58 0.6 0.19
Hex 1E 13 4C 3D 4B 0 46 FC 3C 13
Octal 36 23 114 75 113 0 106 374 74 23
Binary 11110 10011 1001100 111101 1001011 0 1000110 11111100 111100 10011

Color Harmonies of #1E134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E134C

Black with #1E134C

Text Example


Text Example

White with #1E134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,76); }

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

background-color css

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

 a { background-color: rgb(30,19,76); }

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

border-color css

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

 span { border-color: rgb(30,19,76); }

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