Html Css Color HEX #175B7B Orient

📋 copy color: '#175B7B'

red 23 ◦ green 91 ◦ blue 123

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

Shades of Orient #175B7B

Tints of Orient #175B7B

RGB

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

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

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

R = 9.7%
G = 38.4%
B = 51.9%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#175B7B (or 0x175B7B) is known color: Orient. HEX triplet: 17, 5B and 7B. RGB value is (23,91,123). Sum of RGB (Red+Green+Blue) = 23+91+123=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #175B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B7B is #E8A484. Grayscale: #4A4A4A. Windows color (decimal): -15246469 or 8084247. OLE color: 8084247.

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

Color convert

RGB 23 91 123 -
CMYK 0.81 0.26 0 0.52
HSL 199.2º 0.68% 0.29% -
HSV(B) 199.2º 0.81% 0.48% -
XYZ 7.67 9.09 20.09 -
YUV 74.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 23 91 123 0.81 0.26 0 0.52 199.2 0.68 0.29
Hex 17 5B 7B 51 1A 0 34 C7 44 1D
Octal 27 133 173 121 32 0 64 307 104 35
Binary 10111 1011011 1111011 1010001 11010 0 110100 11000111 1000100 11101

Color Harmonies of #175B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175B7B

Black with #175B7B

Text Example


Text Example

White with #175B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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