Html Css Color HEX #175872 Orient

📋 copy color: '#175872'

red 23 ◦ green 88 ◦ blue 114

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

Shades of Orient #175872

Tints of Orient #175872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 10.22%
G = 39.11%
B = 50.67%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175872 (or 0x175872) is known color: Orient. HEX triplet: 17, 58 and 72. RGB value is (23,88,114). Sum of RGB (Red+Green+Blue) = 23+88+114=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #175872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175872 is #E8A78D. Grayscale: #474747. Windows color (decimal): -15247246 or 7493655. OLE color: 7493655.

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

Color convert

RGB 23 88 114 -
CMYK 0.80 0.23 0 0.55
HSL 197.14º 0.66% 0.27% -
HSV(B) 197.14º 0.8% 0.45% -
XYZ 6.88 8.38 17.17 -
YUV 71.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 23 88 114 0.80 0.23 0 0.55 197.14 0.66 0.27
Hex 17 58 72 50 17 0 37 C5 42 1B
Octal 27 130 162 120 27 0 67 305 102 33
Binary 10111 1011000 1110010 1010000 10111 0 110111 11000101 1000010 11011

Color Harmonies of #175872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175872

Black with #175872

Text Example


Text Example

White with #175872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175872; }

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

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

background-color css

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

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

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

border-color css

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

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

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