Html Css Color HEX #175072 Orient

📋 copy color: '#175072'

red 23 ◦ green 80 ◦ blue 114

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

Shades of Orient #175072

Tints of Orient #175072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 10.6%
G = 36.87%
B = 52.53%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175072 (or 0x175072) is known color: Orient. HEX triplet: 17, 50 and 72. RGB value is (23,80,114). Sum of RGB (Red+Green+Blue) = 23+80+114=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #175072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175072 is #E8AF8D. Grayscale: #424242. Windows color (decimal): -15249294 or 7491607. OLE color: 7491607.

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

Color convert

RGB 23 80 114 -
CMYK 0.80 0.30 0 0.55
HSL 202.42º 0.66% 0.27% -
HSV(B) 202.42º 0.8% 0.45% -
XYZ 6.26 7.13 16.97 -
YUV 66.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 23 80 114 0.80 0.30 0 0.55 202.42 0.66 0.27
Hex 17 50 72 50 1E 0 37 CA 42 1B
Octal 27 120 162 120 36 0 67 312 102 33
Binary 10111 1010000 1110010 1010000 11110 0 110111 11001010 1000010 11011

Color Harmonies of #175072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175072

Black with #175072

Text Example


Text Example

White with #175072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175072; }

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

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

background-color css

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

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

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

border-color css

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

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

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