Html Css Color HEX #175A7B Orient

📋 copy color: '#175A7B'

red 23 ◦ green 90 ◦ blue 123

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

Shades of Orient #175A7B

Tints of Orient #175A7B

RGB

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

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

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

R = 9.75%
G = 38.14%
B = 52.12%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#175A7B (or 0x175A7B) is known color: Orient. HEX triplet: 17, 5A and 7B. RGB value is (23,90,123). Sum of RGB (Red+Green+Blue) = 23+90+123=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #175A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A7B is #E8A584. Grayscale: #494949. Windows color (decimal): -15246725 or 8083991. OLE color: 8083991.

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

Color convert

RGB 23 90 123 -
CMYK 0.81 0.27 0 0.52
HSL 199.8º 0.68% 0.29% -
HSV(B) 199.8º 0.81% 0.48% -
XYZ 7.58 8.92 20.06 -
YUV 73.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 23 90 123 0.81 0.27 0 0.52 199.8 0.68 0.29
Hex 17 5A 7B 51 1B 0 34 C8 44 1D
Octal 27 132 173 121 33 0 64 310 104 35
Binary 10111 1011010 1111011 1010001 11011 0 110100 11001000 1000100 11101

Color Harmonies of #175A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A7B

Black with #175A7B

Text Example


Text Example

White with #175A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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