Html Css Color HEX #175470 Orient

📋 copy color: '#175470'

red 23 ◦ green 84 ◦ blue 112

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

Shades of Orient #175470

Tints of Orient #175470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 10.5%
G = 38.36%
B = 51.14%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175470 (or 0x175470) is known color: Orient. HEX triplet: 17, 54 and 70. RGB value is (23,84,112). Sum of RGB (Red+Green+Blue) = 23+84+112=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #175470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175470 is #E8AB8F. Grayscale: #444444. Windows color (decimal): -15248272 or 7361559. OLE color: 7361559.

HSL color Cylindrical-coordinate representation of color #175470: hue angle of 198.88º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175470 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 84 112 -
CMYK 0.79 0.25 0 0.56
HSL 198.88º 0.66% 0.26% -
HSV(B) 198.88º 0.79% 0.44% -
XYZ 6.45 7.69 16.47 -
YUV 68.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 23 84 112 0.79 0.25 0 0.56 198.88 0.66 0.26
Hex 17 54 70 4F 19 0 38 C7 42 1A
Octal 27 124 160 117 31 0 70 307 102 32
Binary 10111 1010100 1110000 1001111 11001 0 111000 11000111 1000010 11010

Color Harmonies of #175470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175470

Black with #175470

Text Example


Text Example

White with #175470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175470; }

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

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

background-color css

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

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

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

border-color css

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

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

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