Html Css Color HEX #175B7C Orient

📋 copy color: '#175B7C'

red 23 ◦ green 91 ◦ blue 124

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

Shades of Orient #175B7C

Tints of Orient #175B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 9.66%
G = 38.24%
B = 52.1%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#175B7C (or 0x175B7C) is known color: Orient. HEX triplet: 17, 5B and 7C. RGB value is (23,91,124). Sum of RGB (Red+Green+Blue) = 23+91+124=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #175B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B7C is #E8A483. Grayscale: #4A4A4A. Windows color (decimal): -15246468 or 8149783. OLE color: 8149783.

HSL color Cylindrical-coordinate representation of color #175B7C: hue angle of 199.6º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175B7C is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 91 124 -
CMYK 0.81 0.27 0 0.51
HSL 199.6º 0.69% 0.29% -
HSV(B) 199.6º 0.81% 0.49% -
XYZ 7.73 9.12 20.42 -
YUV 74.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 23 91 124 0.81 0.27 0 0.51 199.6 0.69 0.29
Hex 17 5B 7C 51 1B 0 33 C8 45 1D
Octal 27 133 174 121 33 0 63 310 105 35
Binary 10111 1011011 1111100 1010001 11011 0 110011 11001000 1000101 11101

Color Harmonies of #175B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175B7C

Black with #175B7C

Text Example


Text Example

White with #175B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,91,124); }

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

background-color css

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

 a { background-color: rgb(23,91,124); }

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

border-color css

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

 span { border-color: rgb(23,91,124); }

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