Html Css Color HEX #174B8E Endeavour

📋 copy color: '#174B8E'

red 23 ◦ green 75 ◦ blue 142

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

Shades of Endeavour #174B8E

Tints of Endeavour #174B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

 BLUE value IS 142 (55.86% from 255) = 59.17%

R = 9.58%
G = 31.25%
B = 59.17%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#174B8E (or 0x174B8E) is known color: Endeavour. HEX triplet: 17, 4B and 8E. RGB value is (23,75,142). Sum of RGB (Red+Green+Blue) = 23+75+142=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #174B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B8E is #E8B471. Grayscale: #424242. Windows color (decimal): -15250546 or 9325335. OLE color: 9325335.

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

Color convert

RGB 23 75 142 -
CMYK 0.84 0.47 0 0.44
HSL 213.78º 0.72% 0.32% -
HSV(B) 213.78º 0.84% 0.56% -
XYZ 7.75 7.17 26.57 -
YUV 67.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 23 75 142 0.84 0.47 0 0.44 213.78 0.72 0.32
Hex 17 4B 8E 54 2F 0 2C D6 48 20
Octal 27 113 216 124 57 0 54 326 110 40
Binary 10111 1001011 10001110 1010100 101111 0 101100 11010110 1001000 100000

Color Harmonies of #174B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B8E

Black with #174B8E

Text Example


Text Example

White with #174B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,75,142); }

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

background-color css

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

 a { background-color: rgb(23,75,142); }

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

border-color css

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

 span { border-color: rgb(23,75,142); }

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