Html Css Color HEX #1D144C Paua

📋 copy color: '#1D144C'

red 29 ◦ green 20 ◦ blue 76

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

Shades of Paua #1D144C

Tints of Paua #1D144C

RGB

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

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

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

R = 23.2%
G = 16%
B = 60.8%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D144C (or 0x1D144C) is known color: Paua. HEX triplet: 1D, 14 and 4C. RGB value is (29,20,76). Sum of RGB (Red+Green+Blue) = 29+20+76=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 20 (8.20% from 255 or 16% 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 #1D144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D144C is #E2EBB3. Grayscale: #1C1C1C. Windows color (decimal): -14871476 or 4985885. OLE color: 4985885.

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

Color convert

RGB 29 20 76 -
CMYK 0.62 0.74 0 0.70
HSL 249.64º 0.58% 0.19% -
HSV(B) 249.64º 0.74% 0.3% -
XYZ 2.06 1.28 6.98 -
YUV 29.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 29 20 76 0.62 0.74 0 0.70 249.64 0.58 0.19
Hex 1D 14 4C 3E 4A 0 46 FA 3A 13
Octal 35 24 114 76 112 0 106 372 72 23
Binary 11101 10100 1001100 111110 1001010 0 1000110 11111010 111010 10011

Color Harmonies of #1D144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D144C

Black with #1D144C

Text Example


Text Example

White with #1D144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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