Html Css Color HEX #1D174C Paua

📋 copy color: '#1D174C'

red 29 ◦ green 23 ◦ blue 76

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

Shades of Paua #1D174C

Tints of Paua #1D174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 22.66%
G = 17.97%
B = 59.38%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D174C (or 0x1D174C) is known color: Paua. HEX triplet: 1D, 17 and 4C. RGB value is (29,23,76). Sum of RGB (Red+Green+Blue) = 29+23+76=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D174C is #E2E8B3. Grayscale: #1E1E1E. Windows color (decimal): -14870708 or 4986653. OLE color: 4986653.

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

Color convert

RGB 29 23 76 -
CMYK 0.62 0.70 0 0.70
HSL 246.79º 0.54% 0.19% -
HSV(B) 246.79º 0.7% 0.3% -
XYZ 2.12 1.4 7 -
YUV 30.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 29 23 76 0.62 0.70 0 0.70 246.79 0.54 0.19
Hex 1D 17 4C 3E 46 0 46 F7 36 13
Octal 35 27 114 76 106 0 106 367 66 23
Binary 11101 10111 1001100 111110 1000110 0 1000110 11110111 110110 10011

Color Harmonies of #1D174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D174C

Black with #1D174C

Text Example


Text Example

White with #1D174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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