Html Css Color HEX #16649B Endeavour

📋 copy color: '#16649B'

red 22 ◦ green 100 ◦ blue 155

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

Shades of Endeavour #16649B

Tints of Endeavour #16649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 7.94%
G = 36.1%
B = 55.96%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16649B (or 0x16649B) is known color: Endeavour. HEX triplet: 16, 64 and 9B. RGB value is (22,100,155). Sum of RGB (Red+Green+Blue) = 22+100+155=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #16649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16649B is #E99B64. Grayscale: #525252. Windows color (decimal): -15309669 or 10183702. OLE color: 10183702.

HSL color Cylindrical-coordinate representation of color #16649B: hue angle of 204.81º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16649B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 100 155 -
CMYK 0.86 0.35 0 0.39
HSL 204.81º 0.75% 0.35% -
HSV(B) 204.81º 0.86% 0.61% -
XYZ 10.8 11.65 32.69 -
YUV 82.95 168.66 84.53 -
System Red Green Blue C M Y K H S L
Decimal 22 100 155 0.86 0.35 0 0.39 204.81 0.75 0.35
Hex 16 64 9B 56 23 0 27 CD 4B 23
Octal 26 144 233 126 43 0 47 315 113 43
Binary 10110 1100100 10011011 1010110 100011 0 100111 11001101 1001011 100011

Color Harmonies of #16649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16649B

Black with #16649B

Text Example


Text Example

White with #16649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16649B; }

 p { color: rgb(22,100,155); }

 H1.HeaderClassName
 {
   color: #16649B;
 }
 .AnyTagClassName
 {
   color: #16649B;
 }
</style>

background-color css

<style>
 a { background-color: #16649B; }

 a { background-color: rgb(22,100,155); }

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

border-color css

<style>
 span { border-color: #16649B; }

 span { border-color: rgb(22,100,155); }

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