Html Css Color HEX #175C7B Orient

📋 copy color: '#175C7B'

red 23 ◦ green 92 ◦ blue 123

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

Shades of Orient #175C7B

Tints of Orient #175C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 9.66%
G = 38.66%
B = 51.68%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#175C7B (or 0x175C7B) is known color: Orient. HEX triplet: 17, 5C and 7B. RGB value is (23,92,123). Sum of RGB (Red+Green+Blue) = 23+92+123=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #175C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C7B is #E8A384. Grayscale: #4A4A4A. Windows color (decimal): -15246213 or 8084503. OLE color: 8084503.

HSL color Cylindrical-coordinate representation of color #175C7B: hue angle of 198.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175C7B is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 23 92 123 -
CMYK 0.81 0.25 0 0.52
HSL 198.6º 0.68% 0.29% -
HSV(B) 198.6º 0.81% 0.48% -
XYZ 7.76 9.27 20.12 -
YUV 74.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 23 92 123 0.81 0.25 0 0.52 198.6 0.68 0.29
Hex 17 5C 7B 51 19 0 34 C7 44 1D
Octal 27 134 173 121 31 0 64 307 104 35
Binary 10111 1011100 1111011 1010001 11001 0 110100 11000111 1000100 11101

Color Harmonies of #175C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C7B

Black with #175C7B

Text Example


Text Example

White with #175C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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