Html Css Color HEX #174D71 Orient

📋 copy color: '#174D71'

red 23 ◦ green 77 ◦ blue 113

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

Shades of Orient #174D71

Tints of Orient #174D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 10.8%
G = 36.15%
B = 53.05%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#174D71 (or 0x174D71) is known color: Orient. HEX triplet: 17, 4D and 71. RGB value is (23,77,113). Sum of RGB (Red+Green+Blue) = 23+77+113=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #174D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D71 is #E8B28E. Grayscale: #404040. Windows color (decimal): -15250063 or 7425303. OLE color: 7425303.

HSL color Cylindrical-coordinate representation of color #174D71: hue angle of 204º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174D71 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 77 113 -
CMYK 0.80 0.32 0 0.56
HSL 204º 0.66% 0.27% -
HSV(B) 204º 0.8% 0.44% -
XYZ 5.99 6.68 16.6 -
YUV 64.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 23 77 113 0.80 0.32 0 0.56 204 0.66 0.27
Hex 17 4D 71 50 20 0 38 CC 42 1B
Octal 27 115 161 120 40 0 70 314 102 33
Binary 10111 1001101 1110001 1010000 100000 0 111000 11001100 1000010 11011

Color Harmonies of #174D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174D71

Black with #174D71

Text Example


Text Example

White with #174D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174D71; }

 p { color: rgb(23,77,113); }

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

background-color css

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

 a { background-color: rgb(23,77,113); }

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

border-color css

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

 span { border-color: rgb(23,77,113); }

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