Html Css Color HEX #174F90 Endeavour

📋 copy color: '#174F90'

red 23 ◦ green 79 ◦ blue 144

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

Shades of Endeavour #174F90

Tints of Endeavour #174F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 9.35%
G = 32.11%
B = 58.54%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#174F90 (or 0x174F90) is known color: Endeavour. HEX triplet: 17, 4F and 90. RGB value is (23,79,144). Sum of RGB (Red+Green+Blue) = 23+79+144=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #174F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174F90 is #E8B06F. Grayscale: #454545. Windows color (decimal): -15249520 or 9457431. OLE color: 9457431.

HSL color Cylindrical-coordinate representation of color #174F90: hue angle of 212.23º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174F90 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 79 144 -
CMYK 0.84 0.45 0 0.44
HSL 212.23º 0.72% 0.33% -
HSV(B) 212.23º 0.84% 0.56% -
XYZ 8.18 7.79 27.46 -
YUV 69.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 23 79 144 0.84 0.45 0 0.44 212.23 0.72 0.33
Hex 17 4F 90 54 2D 0 2C D4 48 21
Octal 27 117 220 124 55 0 54 324 110 41
Binary 10111 1001111 10010000 1010100 101101 0 101100 11010100 1001000 100001

Color Harmonies of #174F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174F90

Black with #174F90

Text Example


Text Example

White with #174F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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