Html Css Color HEX #175172 Orient

📋 copy color: '#175172'

red 23 ◦ green 81 ◦ blue 114

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

Shades of Orient #175172

Tints of Orient #175172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 10.55%
G = 37.16%
B = 52.29%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175172 (or 0x175172) is known color: Orient. HEX triplet: 17, 51 and 72. RGB value is (23,81,114). Sum of RGB (Red+Green+Blue) = 23+81+114=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #175172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175172 is #E8AE8D. Grayscale: #434343. Windows color (decimal): -15249038 or 7491863. OLE color: 7491863.

HSL color Cylindrical-coordinate representation of color #175172: hue angle of 201.76º 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 #175172 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 81 114 -
CMYK 0.80 0.29 0 0.55
HSL 201.76º 0.66% 0.27% -
HSV(B) 201.76º 0.8% 0.45% -
XYZ 6.33 7.28 16.99 -
YUV 67.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 23 81 114 0.80 0.29 0 0.55 201.76 0.66 0.27
Hex 17 51 72 50 1D 0 37 CA 42 1B
Octal 27 121 162 120 35 0 67 312 102 33
Binary 10111 1010001 1110010 1010000 11101 0 110111 11001010 1000010 11011

Color Harmonies of #175172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175172

Black with #175172

Text Example


Text Example

White with #175172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175172; }

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

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

background-color css

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

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

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

border-color css

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

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

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