Html Css Color HEX #172C41 Tangaroa

📋 copy color: '#172C41'

red 23 ◦ green 44 ◦ blue 65

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

Shades of Tangaroa #172C41

Tints of Tangaroa #172C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 17.42%
G = 33.33%
B = 49.24%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172C41 (or 0x172C41) is known color: Tangaroa. HEX triplet: 17, 2C and 41. RGB value is (23,44,65). Sum of RGB (Red+Green+Blue) = 23+44+65=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #172C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C41 is #E8D3BE. Grayscale: #282828. Windows color (decimal): -15258559 or 4271127. OLE color: 4271127.

HSL color Cylindrical-coordinate representation of color #172C41: hue angle of 210º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #172C41 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 44 65 -
CMYK 0.65 0.32 0 0.75
HSL 210º 0.48% 0.17% -
HSV(B) 210º 0.65% 0.25% -
XYZ 2.21 2.37 5.34 -
YUV 40.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 23 44 65 0.65 0.32 0 0.75 210 0.48 0.17
Hex 17 2C 41 41 20 0 4B D2 30 11
Octal 27 54 101 101 40 0 113 322 60 21
Binary 10111 101100 1000001 1000001 100000 0 1001011 11010010 110000 10001

Color Harmonies of #172C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C41

Black with #172C41

Text Example


Text Example

White with #172C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172C41; }

 p { color: rgb(23,44,65); }

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

background-color css

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

 a { background-color: rgb(23,44,65); }

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

border-color css

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

 span { border-color: rgb(23,44,65); }

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