Html Css Color HEX #175474 Orient

📋 copy color: '#175474'

red 23 ◦ green 84 ◦ blue 116

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

Shades of Orient #175474

Tints of Orient #175474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 10.31%
G = 37.67%
B = 52.02%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175474 (or 0x175474) is known color: Orient. HEX triplet: 17, 54 and 74. RGB value is (23,84,116). Sum of RGB (Red+Green+Blue) = 23+84+116=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #175474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175474 is #E8AB8B. Grayscale: #454545. Windows color (decimal): -15248268 or 7623703. OLE color: 7623703.

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

Color convert

RGB 23 84 116 -
CMYK 0.80 0.28 0 0.55
HSL 200.65º 0.67% 0.27% -
HSV(B) 200.65º 0.8% 0.45% -
XYZ 6.68 7.78 17.67 -
YUV 69.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 23 84 116 0.80 0.28 0 0.55 200.65 0.67 0.27
Hex 17 54 74 50 1C 0 37 C9 43 1B
Octal 27 124 164 120 34 0 67 311 103 33
Binary 10111 1010100 1110100 1010000 11100 0 110111 11001001 1000011 11011

Color Harmonies of #175474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175474

Black with #175474

Text Example


Text Example

White with #175474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175474; }

 p { color: rgb(23,84,116); }

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

background-color css

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

 a { background-color: rgb(23,84,116); }

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

border-color css

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

 span { border-color: rgb(23,84,116); }

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