Html Css Color HEX #175272 Orient

📋 copy color: '#175272'

red 23 ◦ green 82 ◦ blue 114

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

Shades of Orient #175272

Tints of Orient #175272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 10.5%
G = 37.44%
B = 52.05%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175272 (or 0x175272) is known color: Orient. HEX triplet: 17, 52 and 72. RGB value is (23,82,114). Sum of RGB (Red+Green+Blue) = 23+82+114=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #175272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175272 is #E8AD8D. Grayscale: #434343. Windows color (decimal): -15248782 or 7492119. OLE color: 7492119.

HSL color Cylindrical-coordinate representation of color #175272: hue angle of 201.1º degrees, saturation: 0.66, 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 #175272 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 82 114 -
CMYK 0.80 0.28 0 0.55
HSL 201.1º 0.66% 0.27% -
HSV(B) 201.1º 0.8% 0.45% -
XYZ 6.41 7.43 17.02 -
YUV 68.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 23 82 114 0.80 0.28 0 0.55 201.1 0.66 0.27
Hex 17 52 72 50 1C 0 37 C9 42 1B
Octal 27 122 162 120 34 0 67 311 102 33
Binary 10111 1010010 1110010 1010000 11100 0 110111 11001001 1000010 11011

Color Harmonies of #175272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175272

Black with #175272

Text Example


Text Example

White with #175272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175272; }

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

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

background-color css

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

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

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

border-color css

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

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

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