Html Css Color HEX #175C78 Orient

📋 copy color: '#175C78'

red 23 ◦ green 92 ◦ blue 120

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

Shades of Orient #175C78

Tints of Orient #175C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.15%

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 9.79%
G = 39.15%
B = 51.06%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175C78 (or 0x175C78) is known color: Orient. HEX triplet: 17, 5C and 78. RGB value is (23,92,120). Sum of RGB (Red+Green+Blue) = 23+92+120=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #175C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C78 is #E8A387. Grayscale: #4A4A4A. Windows color (decimal): -15246216 or 7887895. OLE color: 7887895.

HSL color Cylindrical-coordinate representation of color #175C78: hue angle of 197.32º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175C78 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 92 120 -
CMYK 0.81 0.23 0 0.53
HSL 197.32º 0.68% 0.28% -
HSV(B) 197.32º 0.81% 0.47% -
XYZ 7.57 9.19 19.14 -
YUV 74.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 23 92 120 0.81 0.23 0 0.53 197.32 0.68 0.28
Hex 17 5C 78 51 17 0 35 C5 44 1C
Octal 27 134 170 121 27 0 65 305 104 34
Binary 10111 1011100 1111000 1010001 10111 0 110101 11000101 1000100 11100

Color Harmonies of #175C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C78

Black with #175C78

Text Example


Text Example

White with #175C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175C78; }

 p { color: rgb(23,92,120); }

 H1.HeaderClassName
 {
   color: #175C78;
 }
 .AnyTagClassName
 {
   color: #175C78;
 }
</style>

background-color css

<style>
 a { background-color: #175C78; }

 a { background-color: rgb(23,92,120); }

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

border-color css

<style>
 span { border-color: #175C78; }

 span { border-color: rgb(23,92,120); }

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