Html Css Color HEX #175868 Orient

📋 copy color: '#175868'

red 23 ◦ green 88 ◦ blue 104

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

Shades of Orient #175868

Tints of Orient #175868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 10.7%
G = 40.93%
B = 48.37%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#175868 (or 0x175868) is known color: Orient. HEX triplet: 17, 58 and 68. RGB value is (23,88,104). Sum of RGB (Red+Green+Blue) = 23+88+104=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #175868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175868 is #E8A797. Grayscale: #464646. Windows color (decimal): -15247256 or 6838295. OLE color: 6838295.

HSL color Cylindrical-coordinate representation of color #175868: hue angle of 191.85º 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 #175868 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 88 104 -
CMYK 0.78 0.15 0 0.59
HSL 191.85º 0.64% 0.25% -
HSV(B) 191.85º 0.78% 0.41% -
XYZ 6.34 8.16 14.34 -
YUV 70.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 23 88 104 0.78 0.15 0 0.59 191.85 0.64 0.25
Hex 17 58 68 4E F 0 3B C0 40 19
Octal 27 130 150 116 17 0 73 300 100 31
Binary 10111 1011000 1101000 1001110 1111 0 111011 11000000 1000000 11001

Color Harmonies of #175868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175868

Black with #175868

Text Example


Text Example

White with #175868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175868; }

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

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

background-color css

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

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

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

border-color css

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

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

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