Html Css Color HEX #174E75 Orient

📋 copy color: '#174E75'

red 23 ◦ green 78 ◦ blue 117

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

Shades of Orient #174E75

Tints of Orient #174E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 10.55%
G = 35.78%
B = 53.67%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#174E75 (or 0x174E75) is known color: Orient. HEX triplet: 17, 4E and 75. RGB value is (23,78,117). Sum of RGB (Red+Green+Blue) = 23+78+117=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #174E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E75 is #E8B18A. Grayscale: #414141. Windows color (decimal): -15249803 or 7687703. OLE color: 7687703.

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

Color convert

RGB 23 78 117 -
CMYK 0.80 0.33 0 0.54
HSL 204.89º 0.67% 0.27% -
HSV(B) 204.89º 0.8% 0.46% -
XYZ 6.29 6.92 17.83 -
YUV 66 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 23 78 117 0.80 0.33 0 0.54 204.89 0.67 0.27
Hex 17 4E 75 50 21 0 36 CD 43 1B
Octal 27 116 165 120 41 0 66 315 103 33
Binary 10111 1001110 1110101 1010000 100001 0 110110 11001101 1000011 11011

Color Harmonies of #174E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174E75

Black with #174E75

Text Example


Text Example

White with #174E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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