Html Css Color HEX #1D134D Paua

📋 copy color: '#1D134D'

red 29 ◦ green 19 ◦ blue 77

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

Shades of Paua #1D134D

Tints of Paua #1D134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 61.6%

R = 23.2%
G = 15.2%
B = 61.6%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D134D (or 0x1D134D) is known color: Paua. HEX triplet: 1D, 13 and 4D. RGB value is (29,19,77). Sum of RGB (Red+Green+Blue) = 29+19+77=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D134D is #E2ECB2. Grayscale: #1C1C1C. Windows color (decimal): -14871731 or 5051165. OLE color: 5051165.

HSL color Cylindrical-coordinate representation of color #1D134D: hue angle of 250.34º 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 #1D134D is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 19 77 -
CMYK 0.62 0.75 0 0.70
HSL 250.34º 0.6% 0.19% -
HSV(B) 250.34º 0.75% 0.3% -
XYZ 2.08 1.26 7.16 -
YUV 28.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 29 19 77 0.62 0.75 0 0.70 250.34 0.6 0.19
Hex 1D 13 4D 3E 4B 0 46 FA 3C 13
Octal 35 23 115 76 113 0 106 372 74 23
Binary 11101 10011 1001101 111110 1001011 0 1000110 11111010 111100 10011

Color Harmonies of #1D134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D134D

Black with #1D134D

Text Example


Text Example

White with #1D134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,77); }

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

background-color css

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

 a { background-color: rgb(29,19,77); }

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

border-color css

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

 span { border-color: rgb(29,19,77); }

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