Html Css Color HEX #175768 Orient

📋 copy color: '#175768'

red 23 ◦ green 87 ◦ blue 104

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

Shades of Orient #175768

Tints of Orient #175768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 10.75%
G = 40.65%
B = 48.6%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175768 (or 0x175768) is known color: Orient. HEX triplet: 17, 57 and 68. RGB value is (23,87,104). Sum of RGB (Red+Green+Blue) = 23+87+104=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #175768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175768 is #E8A897. Grayscale: #454545. Windows color (decimal): -15247512 or 6838039. OLE color: 6838039.

HSL color Cylindrical-coordinate representation of color #175768: hue angle of 192.59º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175768 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 87 104 -
CMYK 0.78 0.16 0 0.59
HSL 192.59º 0.64% 0.25% -
HSV(B) 192.59º 0.78% 0.41% -
XYZ 6.26 8 14.31 -
YUV 69.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 23 87 104 0.78 0.16 0 0.59 192.59 0.64 0.25
Hex 17 57 68 4E 10 0 3B C1 40 19
Octal 27 127 150 116 20 0 73 301 100 31
Binary 10111 1010111 1101000 1001110 10000 0 111011 11000001 1000000 11001

Color Harmonies of #175768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175768

Black with #175768

Text Example


Text Example

White with #175768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175768; }

 p { color: rgb(23,87,104); }

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

background-color css

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

 a { background-color: rgb(23,87,104); }

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

border-color css

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

 span { border-color: rgb(23,87,104); }

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