Html Css Color HEX #175475 Orient

📋 copy color: '#175475'

red 23 ◦ green 84 ◦ blue 117

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

Shades of Orient #175475

Tints of Orient #175475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 10.27%
G = 37.5%
B = 52.23%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175475 (or 0x175475) is known color: Orient. HEX triplet: 17, 54 and 75. RGB value is (23,84,117). Sum of RGB (Red+Green+Blue) = 23+84+117=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #175475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175475 is #E8AB8A. Grayscale: #454545. Windows color (decimal): -15248267 or 7689239. OLE color: 7689239.

HSL color Cylindrical-coordinate representation of color #175475: hue angle of 201.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175475 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 84 117 -
CMYK 0.80 0.28 0 0.54
HSL 201.06º 0.67% 0.27% -
HSV(B) 201.06º 0.8% 0.46% -
XYZ 6.73 7.81 17.98 -
YUV 69.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 23 84 117 0.80 0.28 0 0.54 201.06 0.67 0.27
Hex 17 54 75 50 1C 0 36 C9 43 1B
Octal 27 124 165 120 34 0 66 311 103 33
Binary 10111 1010100 1110101 1010000 11100 0 110110 11001001 1000011 11011

Color Harmonies of #175475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175475

Black with #175475

Text Example


Text Example

White with #175475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175475; }

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

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

background-color css

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

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

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

border-color css

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

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

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