Html Css Color HEX #1D144B Paua

📋 copy color: '#1D144B'

red 29 ◦ green 20 ◦ blue 75

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

Shades of Paua #1D144B

Tints of Paua #1D144B

RGB

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

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

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

R = 23.39%
G = 16.13%
B = 60.48%

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

#1D144B (or 0x1D144B) is known color: Paua. HEX triplet: 1D, 14 and 4B. RGB value is (29,20,75). Sum of RGB (Red+Green+Blue) = 29+20+75=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D144B is #E2EBB4. Grayscale: #1C1C1C. Windows color (decimal): -14871477 or 4920349. OLE color: 4920349.

HSL color Cylindrical-coordinate representation of color #1D144B: hue angle of 249.82º 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 #1D144B is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 20 75 -
CMYK 0.61 0.73 0 0.71
HSL 249.82º 0.58% 0.19% -
HSV(B) 249.82º 0.73% 0.29% -
XYZ 2.03 1.27 6.79 -
YUV 28.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 29 20 75 0.61 0.73 0 0.71 249.82 0.58 0.19
Hex 1D 14 4B 3D 49 0 47 FA 3A 13
Octal 35 24 113 75 111 0 107 372 72 23
Binary 11101 10100 1001011 111101 1001001 0 1000111 11111010 111010 10011

Color Harmonies of #1D144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D144B

Black with #1D144B

Text Example


Text Example

White with #1D144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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