Html Css Color HEX #171A55 Paua

📋 copy color: '#171A55'

red 23 ◦ green 26 ◦ blue 85

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

Shades of Paua #171A55

Tints of Paua #171A55

RGB

 RED value IS 23 (9.38% from 255) = 17.16%

 GREEN value IS 26 (10.55% from 255) = 19.4%

 BLUE value IS 85 (33.59% from 255) = 63.43%

R = 17.16%
G = 19.4%
B = 63.43%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171A55 (or 0x171A55) is known color: Paua. HEX triplet: 17, 1A and 55. RGB value is (23,26,85). Sum of RGB (Red+Green+Blue) = 23+26+85=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #171A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171A55 is #E8E5AA. Grayscale: #1F1F1F. Windows color (decimal): -15263147 or 5577239. OLE color: 5577239.

HSL color Cylindrical-coordinate representation of color #171A55: hue angle of 237.1º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #171A55 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 26 85 -
CMYK 0.73 0.69 0 0.67
HSL 237.1º 0.57% 0.21% -
HSV(B) 237.1º 0.73% 0.33% -
XYZ 2.36 1.58 8.77 -
YUV 31.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 23 26 85 0.73 0.69 0 0.67 237.1 0.57 0.21
Hex 17 1A 55 49 45 0 43 ED 39 15
Octal 27 32 125 111 105 0 103 355 71 25
Binary 10111 11010 1010101 1001001 1000101 0 1000011 11101101 111001 10101

Color Harmonies of #171A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171A55

Black with #171A55

Text Example


Text Example

White with #171A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171A55; }

 p { color: rgb(23,26,85); }

 H1.HeaderClassName
 {
   color: #171A55;
 }
 .AnyTagClassName
 {
   color: #171A55;
 }
</style>

background-color css

<style>
 a { background-color: #171A55; }

 a { background-color: rgb(23,26,85); }

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

border-color css

<style>
 span { border-color: #171A55; }

 span { border-color: rgb(23,26,85); }

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