Html Css Color HEX #175071 Orient

📋 copy color: '#175071'

red 23 ◦ green 80 ◦ blue 113

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

Shades of Orient #175071

Tints of Orient #175071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 10.65%
G = 37.04%
B = 52.31%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175071 (or 0x175071) is known color: Orient. HEX triplet: 17, 50 and 71. RGB value is (23,80,113). Sum of RGB (Red+Green+Blue) = 23+80+113=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #175071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175071 is #E8AF8E. Grayscale: #424242. Windows color (decimal): -15249295 or 7426071. OLE color: 7426071.

HSL color Cylindrical-coordinate representation of color #175071: hue angle of 202º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175071 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 80 113 -
CMYK 0.80 0.29 0 0.56
HSL 202º 0.66% 0.27% -
HSV(B) 202º 0.8% 0.44% -
XYZ 6.2 7.11 16.67 -
YUV 66.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 23 80 113 0.80 0.29 0 0.56 202 0.66 0.27
Hex 17 50 71 50 1D 0 38 CA 42 1B
Octal 27 120 161 120 35 0 70 312 102 33
Binary 10111 1010000 1110001 1010000 11101 0 111000 11001010 1000010 11011

Color Harmonies of #175071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175071

Black with #175071

Text Example


Text Example

White with #175071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175071; }

 p { color: rgb(23,80,113); }

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

background-color css

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

 a { background-color: rgb(23,80,113); }

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

border-color css

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

 span { border-color: rgb(23,80,113); }

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