Html Css Color HEX #175A78 Orient

📋 copy color: '#175A78'

red 23 ◦ green 90 ◦ blue 120

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

Shades of Orient #175A78

Tints of Orient #175A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.63%

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

R = 9.87%
G = 38.63%
B = 51.5%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#175A78 (or 0x175A78) is known color: Orient. HEX triplet: 17, 5A and 78. RGB value is (23,90,120). Sum of RGB (Red+Green+Blue) = 23+90+120=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #175A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A78 is #E8A587. Grayscale: #494949. Windows color (decimal): -15246728 or 7887383. OLE color: 7887383.

HSL color Cylindrical-coordinate representation of color #175A78: hue angle of 198.56º 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 #175A78 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 90 120 -
CMYK 0.81 0.25 0 0.53
HSL 198.56º 0.68% 0.28% -
HSV(B) 198.56º 0.81% 0.47% -
XYZ 7.4 8.85 19.09 -
YUV 73.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 23 90 120 0.81 0.25 0 0.53 198.56 0.68 0.28
Hex 17 5A 78 51 19 0 35 C7 44 1C
Octal 27 132 170 121 31 0 65 307 104 34
Binary 10111 1011010 1111000 1010001 11001 0 110101 11000111 1000100 11100

Color Harmonies of #175A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A78

Black with #175A78

Text Example


Text Example

White with #175A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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