Html Css Color HEX #175A6A Orient

📋 copy color: '#175A6A'

red 23 ◦ green 90 ◦ blue 106

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

Shades of Orient #175A6A

Tints of Orient #175A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 10.5%
G = 41.1%
B = 48.4%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#175A6A (or 0x175A6A) is known color: Orient. HEX triplet: 17, 5A and 6A. RGB value is (23,90,106). Sum of RGB (Red+Green+Blue) = 23+90+106=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #175A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A6A is #E8A595. Grayscale: #474747. Windows color (decimal): -15246742 or 6969879. OLE color: 6969879.

HSL color Cylindrical-coordinate representation of color #175A6A: hue angle of 191.57º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175A6A is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 90 106 -
CMYK 0.78 0.15 0 0.58
HSL 191.57º 0.64% 0.25% -
HSV(B) 191.57º 0.78% 0.42% -
XYZ 6.61 8.54 14.93 -
YUV 71.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 23 90 106 0.78 0.15 0 0.58 191.57 0.64 0.25
Hex 17 5A 6A 4E F 0 3A C0 40 19
Octal 27 132 152 116 17 0 72 300 100 31
Binary 10111 1011010 1101010 1001110 1111 0 111010 11000000 1000000 11001

Color Harmonies of #175A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A6A

Black with #175A6A

Text Example


Text Example

White with #175A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175A6A; }

 p { color: rgb(23,90,106); }

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

background-color css

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

 a { background-color: rgb(23,90,106); }

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

border-color css

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

 span { border-color: rgb(23,90,106); }

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