Html Css Color HEX #175A7D Orient

📋 copy color: '#175A7D'

red 23 ◦ green 90 ◦ blue 125

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

Shades of Orient #175A7D

Tints of Orient #175A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 9.66%
G = 37.82%
B = 52.52%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#175A7D (or 0x175A7D) is known color: Orient. HEX triplet: 17, 5A and 7D. RGB value is (23,90,125). Sum of RGB (Red+Green+Blue) = 23+90+125=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #175A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A7D is #E8A582. Grayscale: #494949. Windows color (decimal): -15246723 or 8215063. OLE color: 8215063.

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

Color convert

RGB 23 90 125 -
CMYK 0.82 0.28 0 0.51
HSL 200.59º 0.69% 0.29% -
HSV(B) 200.59º 0.82% 0.49% -
XYZ 7.71 8.98 20.73 -
YUV 73.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 23 90 125 0.82 0.28 0 0.51 200.59 0.69 0.29
Hex 17 5A 7D 52 1C 0 33 C9 45 1D
Octal 27 132 175 122 34 0 63 311 105 35
Binary 10111 1011010 1111101 1010010 11100 0 110011 11001001 1000101 11101

Color Harmonies of #175A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175A7D

Black with #175A7D

Text Example


Text Example

White with #175A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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