Html Css Color HEX #174B90 Endeavour

📋 copy color: '#174B90'

red 23 ◦ green 75 ◦ blue 144

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

Shades of Endeavour #174B90

Tints of Endeavour #174B90

RGB

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

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

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

R = 9.5%
G = 30.99%
B = 59.5%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#174B90 (or 0x174B90) is known color: Endeavour. HEX triplet: 17, 4B and 90. RGB value is (23,75,144). Sum of RGB (Red+Green+Blue) = 23+75+144=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #174B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B90 is #E8B46F. Grayscale: #424242. Windows color (decimal): -15250544 or 9456407. OLE color: 9456407.

HSL color Cylindrical-coordinate representation of color #174B90: hue angle of 214.21º 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 #174B90 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 75 144 -
CMYK 0.84 0.48 0 0.44
HSL 214.21º 0.72% 0.33% -
HSV(B) 214.21º 0.84% 0.56% -
XYZ 7.9 7.23 27.36 -
YUV 67.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 23 75 144 0.84 0.48 0 0.44 214.21 0.72 0.33
Hex 17 4B 90 54 30 0 2C D6 48 21
Octal 27 113 220 124 60 0 54 326 110 41
Binary 10111 1001011 10010000 1010100 110000 0 101100 11010110 1001000 100001

Color Harmonies of #174B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B90

Black with #174B90

Text Example


Text Example

White with #174B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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