Html Css Color HEX #1D144A Paua

📋 copy color: '#1D144A'

red 29 ◦ green 20 ◦ blue 74

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

Shades of Paua #1D144A

Tints of Paua #1D144A

RGB

 RED value IS 29 (11.72% from 255) = 23.58%

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

 BLUE value IS 74 (29.3% from 255) = 60.16%

R = 23.58%
G = 16.26%
B = 60.16%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D144A (or 0x1D144A) is known color: Paua. HEX triplet: 1D, 14 and 4A. RGB value is (29,20,74). Sum of RGB (Red+Green+Blue) = 29+20+74=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D144A is #E2EBB5. Grayscale: #1C1C1C. Windows color (decimal): -14871478 or 4854813. OLE color: 4854813.

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

Color convert

RGB 29 20 74 -
CMYK 0.61 0.73 0 0.71
HSL 250º 0.57% 0.18% -
HSV(B) 250º 0.73% 0.29% -
XYZ 1.99 1.26 6.62 -
YUV 28.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 29 20 74 0.61 0.73 0 0.71 250 0.57 0.18
Hex 1D 14 4A 3D 49 0 47 FA 39 12
Octal 35 24 112 75 111 0 107 372 71 22
Binary 11101 10100 1001010 111101 1001001 0 1000111 11111010 111001 10010

Color Harmonies of #1D144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D144A

Black with #1D144A

Text Example


Text Example

White with #1D144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,74); }

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

background-color css

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

 a { background-color: rgb(29,20,74); }

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

border-color css

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

 span { border-color: rgb(29,20,74); }

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