Html Css Color HEX #175275 Orient

📋 copy color: '#175275'

red 23 ◦ green 82 ◦ blue 117

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

Shades of Orient #175275

Tints of Orient #175275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

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

R = 10.36%
G = 36.94%
B = 52.7%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175275 (or 0x175275) is known color: Orient. HEX triplet: 17, 52 and 75. RGB value is (23,82,117). Sum of RGB (Red+Green+Blue) = 23+82+117=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #175275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175275 is #E8AD8A. Grayscale: #444444. Windows color (decimal): -15248779 or 7688727. OLE color: 7688727.

HSL color Cylindrical-coordinate representation of color #175275: hue angle of 202.34º 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 #175275 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 82 117 -
CMYK 0.80 0.30 0 0.54
HSL 202.34º 0.67% 0.27% -
HSV(B) 202.34º 0.8% 0.46% -
XYZ 6.58 7.5 17.93 -
YUV 68.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 23 82 117 0.80 0.30 0 0.54 202.34 0.67 0.27
Hex 17 52 75 50 1E 0 36 CA 43 1B
Octal 27 122 165 120 36 0 66 312 103 33
Binary 10111 1010010 1110101 1010000 11110 0 110110 11001010 1000011 11011

Color Harmonies of #175275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175275

Black with #175275

Text Example


Text Example

White with #175275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175275; }

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

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

background-color css

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

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

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

border-color css

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

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

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