Html Css Color HEX #175273 Orient

📋 copy color: '#175273'

red 23 ◦ green 82 ◦ blue 115

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

Shades of Orient #175273

Tints of Orient #175273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 10.45%
G = 37.27%
B = 52.27%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175273 (or 0x175273) is known color: Orient. HEX triplet: 17, 52 and 73. RGB value is (23,82,115). Sum of RGB (Red+Green+Blue) = 23+82+115=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #175273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175273 is #E8AD8C. Grayscale: #434343. Windows color (decimal): -15248781 or 7557655. OLE color: 7557655.

HSL color Cylindrical-coordinate representation of color #175273: hue angle of 201.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175273 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 82 115 -
CMYK 0.80 0.29 0 0.55
HSL 201.52º 0.67% 0.27% -
HSV(B) 201.52º 0.8% 0.45% -
XYZ 6.47 7.45 17.32 -
YUV 68.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 23 82 115 0.80 0.29 0 0.55 201.52 0.67 0.27
Hex 17 52 73 50 1D 0 37 CA 43 1B
Octal 27 122 163 120 35 0 67 312 103 33
Binary 10111 1010010 1110011 1010000 11101 0 110111 11001010 1000011 11011

Color Harmonies of #175273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175273

Black with #175273

Text Example


Text Example

White with #175273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175273; }

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

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

background-color css

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

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

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

border-color css

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

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

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