Html Css Color HEX #172E42 Tangaroa

📋 copy color: '#172E42'

red 23 ◦ green 46 ◦ blue 66

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

Shades of Tangaroa #172E42

Tints of Tangaroa #172E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

 BLUE value IS 66 (26.17% from 255) = 48.89%

R = 17.04%
G = 34.07%
B = 48.89%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#172E42 (or 0x172E42) is known color: Tangaroa. HEX triplet: 17, 2E and 42. RGB value is (23,46,66). Sum of RGB (Red+Green+Blue) = 23+46+66=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #172E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E42 is #E8D1BD. Grayscale: #292929. Windows color (decimal): -15258046 or 4337175. OLE color: 4337175.

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

Color convert

RGB 23 46 66 -
CMYK 0.65 0.30 0 0.74
HSL 207.91º 0.48% 0.17% -
HSV(B) 207.91º 0.65% 0.26% -
XYZ 2.31 2.53 5.52 -
YUV 41.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 23 46 66 0.65 0.30 0 0.74 207.91 0.48 0.17
Hex 17 2E 42 41 1E 0 4A D0 30 11
Octal 27 56 102 101 36 0 112 320 60 21
Binary 10111 101110 1000010 1000001 11110 0 1001010 11010000 110000 10001

Color Harmonies of #172E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E42

Black with #172E42

Text Example


Text Example

White with #172E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,66); }

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

background-color css

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

 a { background-color: rgb(23,46,66); }

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

border-color css

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

 span { border-color: rgb(23,46,66); }

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