Html Css Color HEX #174F71 Orient

📋 copy color: '#174F71'

red 23 ◦ green 79 ◦ blue 113

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

Shades of Orient #174F71

Tints of Orient #174F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 10.7%
G = 36.74%
B = 52.56%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#174F71 (or 0x174F71) is known color: Orient. HEX triplet: 17, 4F and 71. RGB value is (23,79,113). Sum of RGB (Red+Green+Blue) = 23+79+113=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #174F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F71 is #E8B08E. Grayscale: #414141. Windows color (decimal): -15249551 or 7425815. OLE color: 7425815.

HSL color Cylindrical-coordinate representation of color #174F71: hue angle of 202.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174F71 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 79 113 -
CMYK 0.80 0.30 0 0.56
HSL 202.67º 0.66% 0.27% -
HSV(B) 202.67º 0.8% 0.44% -
XYZ 6.13 6.97 16.64 -
YUV 66.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 23 79 113 0.80 0.30 0 0.56 202.67 0.66 0.27
Hex 17 4F 71 50 1E 0 38 CB 42 1B
Octal 27 117 161 120 36 0 70 313 102 33
Binary 10111 1001111 1110001 1010000 11110 0 111000 11001011 1000010 11011

Color Harmonies of #174F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174F71

Black with #174F71

Text Example


Text Example

White with #174F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174F71; }

 p { color: rgb(23,79,113); }

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

background-color css

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

 a { background-color: rgb(23,79,113); }

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

border-color css

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

 span { border-color: rgb(23,79,113); }

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