Html Css Color HEX #171954 Paua

📋 copy color: '#171954'

red 23 ◦ green 25 ◦ blue 84

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

Shades of Paua #171954

Tints of Paua #171954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 84 (33.2% from 255) = 63.64%

R = 17.42%
G = 18.94%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171954 (or 0x171954) is known color: Paua. HEX triplet: 17, 19 and 54. RGB value is (23,25,84). Sum of RGB (Red+Green+Blue) = 23+25+84=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #171954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171954 is #E8E6AB. Grayscale: #1E1E1E. Windows color (decimal): -15263404 or 5511447. OLE color: 5511447.

HSL color Cylindrical-coordinate representation of color #171954: hue angle of 238.03º 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 #171954 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 25 84 -
CMYK 0.73 0.70 0 0.67
HSL 238.03º 0.57% 0.21% -
HSV(B) 238.03º 0.73% 0.33% -
XYZ 2.3 1.52 8.56 -
YUV 31.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 23 25 84 0.73 0.70 0 0.67 238.03 0.57 0.21
Hex 17 19 54 49 46 0 43 EE 39 15
Octal 27 31 124 111 106 0 103 356 71 25
Binary 10111 11001 1010100 1001001 1000110 0 1000011 11101110 111001 10101

Color Harmonies of #171954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171954

Black with #171954

Text Example


Text Example

White with #171954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171954; }

 p { color: rgb(23,25,84); }

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

background-color css

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

 a { background-color: rgb(23,25,84); }

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

border-color css

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

 span { border-color: rgb(23,25,84); }

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