Html Css Color HEX #174E73 Orient

📋 copy color: '#174E73'

red 23 ◦ green 78 ◦ blue 115

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

Shades of Orient #174E73

Tints of Orient #174E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 10.65%
G = 36.11%
B = 53.24%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#174E73 (or 0x174E73) is known color: Orient. HEX triplet: 17, 4E and 73. RGB value is (23,78,115). Sum of RGB (Red+Green+Blue) = 23+78+115=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #174E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E73 is #E8B18C. Grayscale: #414141. Windows color (decimal): -15249805 or 7556631. OLE color: 7556631.

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

Color convert

RGB 23 78 115 -
CMYK 0.80 0.32 0 0.55
HSL 204.13º 0.67% 0.27% -
HSV(B) 204.13º 0.8% 0.45% -
XYZ 6.17 6.87 17.22 -
YUV 65.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 23 78 115 0.80 0.32 0 0.55 204.13 0.67 0.27
Hex 17 4E 73 50 20 0 37 CC 43 1B
Octal 27 116 163 120 40 0 67 314 103 33
Binary 10111 1001110 1110011 1010000 100000 0 110111 11001100 1000011 11011

Color Harmonies of #174E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174E73

Black with #174E73

Text Example


Text Example

White with #174E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,78,115); }

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

background-color css

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

 a { background-color: rgb(23,78,115); }

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

border-color css

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

 span { border-color: rgb(23,78,115); }

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