Html Css Color HEX #175E7F Orient

📋 copy color: '#175E7F'

red 23 ◦ green 94 ◦ blue 127

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

Shades of Orient #175E7F

Tints of Orient #175E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 9.43%
G = 38.52%
B = 52.05%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#175E7F (or 0x175E7F) is known color: Orient. HEX triplet: 17, 5E and 7F. RGB value is (23,94,127). Sum of RGB (Red+Green+Blue) = 23+94+127=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #175E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E7F is #E8A180. Grayscale: #4C4C4C. Windows color (decimal): -15245697 or 8347159. OLE color: 8347159.

HSL color Cylindrical-coordinate representation of color #175E7F: hue angle of 199.04º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175E7F is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 94 127 -
CMYK 0.82 0.26 0 0.50
HSL 199.04º 0.69% 0.29% -
HSV(B) 199.04º 0.82% 0.5% -
XYZ 8.19 9.72 21.52 -
YUV 76.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 23 94 127 0.82 0.26 0 0.50 199.04 0.69 0.29
Hex 17 5E 7F 52 1A 0 32 C7 45 1D
Octal 27 136 177 122 32 0 62 307 105 35
Binary 10111 1011110 1111111 1010010 11010 0 110010 11000111 1000101 11101

Color Harmonies of #175E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175E7F

Black with #175E7F

Text Example


Text Example

White with #175E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,94,127); }

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

background-color css

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

 a { background-color: rgb(23,94,127); }

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

border-color css

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

 span { border-color: rgb(23,94,127); }

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