Html Css Color HEX #174D8D Endeavour

📋 copy color: '#174D8D'

red 23 ◦ green 77 ◦ blue 141

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

Shades of Endeavour #174D8D

Tints of Endeavour #174D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 9.54%
G = 31.95%
B = 58.51%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#174D8D (or 0x174D8D) is known color: Endeavour. HEX triplet: 17, 4D and 8D. RGB value is (23,77,141). Sum of RGB (Red+Green+Blue) = 23+77+141=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #174D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174D8D is #E8B272. Grayscale: #434343. Windows color (decimal): -15250035 or 9260311. OLE color: 9260311.

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

Color convert

RGB 23 77 141 -
CMYK 0.84 0.45 0 0.45
HSL 212.54º 0.72% 0.32% -
HSV(B) 212.54º 0.84% 0.55% -
XYZ 7.81 7.41 26.22 -
YUV 68.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 23 77 141 0.84 0.45 0 0.45 212.54 0.72 0.32
Hex 17 4D 8D 54 2D 0 2D D5 48 20
Octal 27 115 215 124 55 0 55 325 110 40
Binary 10111 1001101 10001101 1010100 101101 0 101101 11010101 1001000 100000

Color Harmonies of #174D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174D8D

Black with #174D8D

Text Example


Text Example

White with #174D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,77,141); }

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

background-color css

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

 a { background-color: rgb(23,77,141); }

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

border-color css

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

 span { border-color: rgb(23,77,141); }

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