Html Css Color HEX #174F74 Orient

📋 copy color: '#174F74'

red 23 ◦ green 79 ◦ blue 116

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

Shades of Orient #174F74

Tints of Orient #174F74

RGB

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

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

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

R = 10.55%
G = 36.24%
B = 53.21%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#174F74 (or 0x174F74) is known color: Orient. HEX triplet: 17, 4F and 74. RGB value is (23,79,116). Sum of RGB (Red+Green+Blue) = 23+79+116=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #174F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F74 is #E8B08B. Grayscale: #424242. Windows color (decimal): -15249548 or 7622423. OLE color: 7622423.

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

Color convert

RGB 23 79 116 -
CMYK 0.80 0.32 0 0.55
HSL 203.87º 0.67% 0.27% -
HSV(B) 203.87º 0.8% 0.45% -
XYZ 6.3 7.04 17.55 -
YUV 66.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 23 79 116 0.80 0.32 0 0.55 203.87 0.67 0.27
Hex 17 4F 74 50 20 0 37 CC 43 1B
Octal 27 117 164 120 40 0 67 314 103 33
Binary 10111 1001111 1110100 1010000 100000 0 110111 11001100 1000011 11011

Color Harmonies of #174F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174F74

Black with #174F74

Text Example


Text Example

White with #174F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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