Html Css Color HEX #175074 Orient

📋 copy color: '#175074'

red 23 ◦ green 80 ◦ blue 116

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

Shades of Orient #175074

Tints of Orient #175074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 10.5%
G = 36.53%
B = 52.97%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175074 (or 0x175074) is known color: Orient. HEX triplet: 17, 50 and 74. RGB value is (23,80,116). Sum of RGB (Red+Green+Blue) = 23+80+116=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #175074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175074 is #E8AF8B. Grayscale: #424242. Windows color (decimal): -15249292 or 7622679. OLE color: 7622679.

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

Color convert

RGB 23 80 116 -
CMYK 0.80 0.31 0 0.55
HSL 203.23º 0.67% 0.27% -
HSV(B) 203.23º 0.8% 0.45% -
XYZ 6.37 7.18 17.57 -
YUV 67.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 23 80 116 0.80 0.31 0 0.55 203.23 0.67 0.27
Hex 17 50 74 50 1F 0 37 CB 43 1B
Octal 27 120 164 120 37 0 67 313 103 33
Binary 10111 1010000 1110100 1010000 11111 0 110111 11001011 1000011 11011

Color Harmonies of #175074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175074

Black with #175074

Text Example


Text Example

White with #175074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175074; }

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

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

background-color css

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

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

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

border-color css

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

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

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