Html Css Color HEX #175B7D Orient

📋 copy color: '#175B7D'

red 23 ◦ green 91 ◦ blue 125

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

Shades of Orient #175B7D

Tints of Orient #175B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 9.62%
G = 38.08%
B = 52.3%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#175B7D (or 0x175B7D) is known color: Orient. HEX triplet: 17, 5B and 7D. RGB value is (23,91,125). Sum of RGB (Red+Green+Blue) = 23+91+125=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #175B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B7D is #E8A482. Grayscale: #4A4A4A. Windows color (decimal): -15246467 or 8215319. OLE color: 8215319.

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

Color convert

RGB 23 91 125 -
CMYK 0.82 0.27 0 0.51
HSL 200º 0.69% 0.29% -
HSV(B) 200º 0.82% 0.49% -
XYZ 7.8 9.15 20.76 -
YUV 74.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 23 91 125 0.82 0.27 0 0.51 200 0.69 0.29
Hex 17 5B 7D 52 1B 0 33 C8 45 1D
Octal 27 133 175 122 33 0 63 310 105 35
Binary 10111 1011011 1111101 1010010 11011 0 110011 11001000 1000101 11101

Color Harmonies of #175B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175B7D

Black with #175B7D

Text Example


Text Example

White with #175B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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