Html Css Color HEX #164F99 Endeavour

📋 copy color: '#164F99'

red 22 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #164F99

Tints of Endeavour #164F99

RGB

 RED value IS 22 (8.98% from 255) = 8.66%

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

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 8.66%
G = 31.1%
B = 60.24%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#164F99 (or 0x164F99) is known color: Endeavour. HEX triplet: 16, 4F and 99. RGB value is (22,79,153). Sum of RGB (Red+Green+Blue) = 22+79+153=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #164F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164F99 is #E9B066. Grayscale: #464646. Windows color (decimal): -15315047 or 10047254. OLE color: 10047254.

HSL color Cylindrical-coordinate representation of color #164F99: hue angle of 213.89º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164F99 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 79 153 -
CMYK 0.86 0.48 0 0.4
HSL 213.89º 0.75% 0.34% -
HSV(B) 213.89º 0.86% 0.6% -
XYZ 8.88 8.06 31.23 -
YUV 70.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 22 79 153 0.86 0.48 0 0.4 213.89 0.75 0.34
Hex 16 4F 99 56 30 0 28 D6 4B 22
Octal 26 117 231 126 60 0 50 326 113 42
Binary 10110 1001111 10011001 1010110 110000 0 101000 11010110 1001011 100010

Color Harmonies of #164F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164F99

Black with #164F99

Text Example


Text Example

White with #164F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164F99; }

 p { color: rgb(22,79,153); }

 H1.HeaderClassName
 {
   color: #164F99;
 }
 .AnyTagClassName
 {
   color: #164F99;
 }
</style>

background-color css

<style>
 a { background-color: #164F99; }

 a { background-color: rgb(22,79,153); }

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

border-color css

<style>
 span { border-color: #164F99; }

 span { border-color: rgb(22,79,153); }

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